1 out of 2 rated this helpful - Rate this topic

HidD_GetHidGuid routine

The HidD_GetHidGuid routine returns the device interfaceGUID for HIDClass devices.

Syntax

void __stdcall HidD_GetHidGuid(
  __out  LPGUID HidGuid
);

Parameters

HidGuid [out]

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 Concepts, HID Collections, and Operating HID Collections.

Requirements

Version

Available in Windows 2000 and later versions of Windows.

Header

Hidsdi.h (include Hidsdi.h)

Library

Contained in Hid.lib. Link to Hid.lib.

See also

IoGetDeviceInterfaces

 

 

Send comments about this topic to Microsoft

Build date: 2/17/2012

Did you find this helpful?
(1500 characters remaining)