GetRawInputDeviceInfoW method
Implementation
int GetRawInputDeviceInfoW(
ffi.Pointer<ffi.Void> hDevice,
int uiCommand,
ffi.Pointer<ffi.Void> pData,
ffi.Pointer<ffi.Uint32> pcbSize,
) {
return (_GetRawInputDeviceInfoW ??= _dylib.lookupFunction<
_c_GetRawInputDeviceInfoW,
_dart_GetRawInputDeviceInfoW>('GetRawInputDeviceInfoW'))(
hDevice,
uiCommand,
pData,
pcbSize,
);
}