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