ds5w.winhelper

Undocumented in source.

Members

Aliases

PHIDP_CAPS
alias PHIDP_CAPS = HIDP_CAPS*
Undocumented in source.
PHIDP_PREPARSED_DATA
alias PHIDP_PREPARSED_DATA = void*
Undocumented in source.

Functions

GetLastErrorAsString
string GetLastErrorAsString()
Undocumented in source. Be warned that the author may not have intended to support it.
HidD_FlushQueue
ubyte HidD_FlushQueue(HANDLE HidDeviceObject)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HidD_FreePreparsedData
ubyte HidD_FreePreparsedData(PHIDP_PREPARSED_DATA )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HidD_GetAttributes
ubyte HidD_GetAttributes(HANDLE HidDeviceObject, HIDD_ATTRIBUTES* Attributes)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HidD_GetFeature
ubyte HidD_GetFeature(HANDLE HidDeviceObject, void* ReportBuffer, ulong ReportBufferLength)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HidD_GetPreparsedData
BOOLEAN HidD_GetPreparsedData(HANDLE HidDeviceObject, PHIDP_PREPARSED_DATA* PreparsedData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HidP_GetCaps
int HidP_GetCaps(PHIDP_PREPARSED_DATA PreparsedData, PHIDP_CAPS Capabilities)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wcscpy_s
int wcscpy_s(wchar_t* , size_t , const(wchar_t)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wcslen
size_t wcslen(const(wchar_t*) )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

HIDP_STATUS_SUCCESS
enum HIDP_STATUS_SUCCESS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Static variables

GUID_DEVINTERFACE_HID
auto GUID_DEVINTERFACE_HID;
Undocumented in source.

Structs

HIDD_ATTRIBUTES
struct HIDD_ATTRIBUTES
Undocumented in source.
HIDP_CAPS
struct HIDP_CAPS
Undocumented in source.

Meta