最終更新:2014-02-20 (木) 12:42:18 (3710d)  

HidD_GetInputReport
Top / HidD_GetInputReport

returns an input reports from a top-level collection.

http://msdn.microsoft.com/en-us/library/windows/hardware/ff538945(v=vs.85).aspx

メモ

  • A user-mode application should use ReadFile (as described in the Microsoft Windows SDK) as its main approach to continuously obtain input reports. An application can also use HidD_GetXxx? routines to obtain input reports and feature reports from a collection. However an application should only use these routines to obtain the current state of a device. If an application attempts to use HidD_GetInputReport to continuously obtain input reports, reports can be lost. In addition, some devices might not support HidD_GetInputReport, and will become unresponsive if this routine is used.

関連

参考