Method |
Description |
|
HidD_FreePreparsedData ( IntPtr preparsedData ) : bool |
|
|
HidD_GetAttributes ( IntPtr hidDeviceObject, DeviceAttributes &attributes ) : bool |
|
|
HidD_GetFeature ( IntPtr hidDeviceObject, byte reportBuffer, int reportBufferLength ) : bool |
|
|
HidD_GetHidGuid ( System.Guid &hidGuid ) : void |
|
|
HidD_GetInputReport ( IntPtr hidDeviceObject, byte reportBuffer, int reportBufferLength ) : bool |
|
|
HidD_GetPreparsedData ( IntPtr hidDeviceObject, IntPtr &preparsedData ) : bool |
|
|
HidD_SetFeature ( IntPtr hidDeviceObject, byte reportBuffer, int reportBufferLength ) : bool |
|
|
HidD_SetOutputReport ( IntPtr hidDeviceObject, byte reportBuffer, int reportBufferLength ) : bool |
|
|
HidP_GetCaps ( IntPtr preparsedData, Hid &caps ) : int |
|
|