最終更新:2014-07-17 (木) 11:27:34 (3564d)  

HidD_GetPreparsedData
Top / HidD_GetPreparsedData

returns a top-level collection's preparsed data.

BOOLEAN __stdcall HidD_GetPreparsedData(
  _In_   HANDLE HidDeviceObject,
  _Out_  PHIDP_PREPARSED_DATA *PreparsedData
);

メモ

  • Preparsed data is report descriptor data associated with a top-level collection.
  • User-mode applications or kernel-mode drivers use preparsed data to extract information about specific HID controls without having to obtain and interpret a device's entire report descriptor.

関連する関数

  • HidP_GetButtons?
  • HidP_SetButtons?
  • HidP_UnsetButtons?
  • HidP_GetUsageValue?
  • HidP_SetUsageValue?
  • HidP_GetScaledUsageValue?
  • HidP_SetScaledUsageValue?
  • HidP_GetUsageValueArray?
  • HidP_SetUsageValueArray?

関連

参考