HidD_GetHidGuid function (hidsdi.h)
The HidD_GetHidGuid routine returns the device interface GUID for HIDClass devices.
Syntax
void HidD_GetHidGuid(
[out] LPGUID HidGuid
);
Parameters
[out] HidGuid
Pointer to a caller-allocated GUID buffer that the routine uses to return the device interface GUID for HIDClass devices.
Return value
None
Remarks
Only user-mode applications can call HidD_GetHidGuid.
For more information, see HID Collections.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Available in Windows 2000 and later versions of Windows. |
Target Platform | Universal |
Header | hidsdi.h (include Hidsdi.h) |
Library | Hid.lib |
DLL | Hid.dll |