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