GetRawInputDeviceInfoW method

int GetRawInputDeviceInfoW(
  1. Pointer<Void> hDevice,
  2. int uiCommand,
  3. Pointer<Void> pData,
  4. Pointer<Uint32> pcbSize,
)

Implementation

int GetRawInputDeviceInfoW(
  ffi.Pointer<ffi.Void> hDevice,
  int uiCommand,
  ffi.Pointer<ffi.Void> pData,
  ffi.Pointer<ffi.Uint32> pcbSize,
) {
  return _GetRawInputDeviceInfoW(
    hDevice,
    uiCommand,
    pData,
    pcbSize,
  );
}