public static extern uint GetRawInputDeviceInfo(
     IntPtr hDevice,
     RawInputDeviceInfoCommand uiCommand,
     IntPtr data,
     ref uint size);
Exemple #2
0
 public static extern uint GetRawInputDeviceInfo(
     IntPtr hDevice,
     RawInputDeviceInfoCommand uiCommand,
     IntPtr data,
     ref uint size);
Exemple #3
0
 public static extern uint GetRawInputDeviceInfo(
     IntPtr deviceHandle,
     RawInputDeviceInfoCommand command,
     ref DeviceInfo data,
     ref int dataSize
     );