HidD_GetHidGuid - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// hidsdi.h

void HidD_GetHidGuid(
  [out] LPGUID HidGuid
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-hidsdi-hidd_gethidguid)

HidD_GetHidGuid function

Description

The HidD_GetHidGuid routine returns the device interface GUID for HIDClass devices.

Parameters

HidGuid [out]

Pointer to a caller-allocated GUID buffer that the routine uses to return the device interface GUID for HIDClass devices.

Remarks

Only user-mode applications can call HidD_GetHidGuid.

For more information, see HID Collections.

See also

GUID_DEVINTERFACE_HID

IoGetDeviceInterfaces