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