User32.GetRawInputDeviceList has
GetRawInputDeviceList (ref RAWINPUTDEVICELIST[] pRawInputDeviceList, ref uint puiNumDevices, uint cbSize);
interface.
That interface raise error in c#
it's interface must change
GetRawInputDeviceList(IntPtr pRawInputDeviceList, ref uint puiNumDevices, uint cbSize);
ref RAWINPUTDEVICELIST[] pRawInputDeviceList -> IntPtr pRawInputDeviceList
bye~
User32.GetRawInputDeviceList has
GetRawInputDeviceList (ref RAWINPUTDEVICELIST[] pRawInputDeviceList, ref uint puiNumDevices, uint cbSize);
interface.
That interface raise error in c#
it's interface must change
GetRawInputDeviceList(IntPtr pRawInputDeviceList, ref uint puiNumDevices, uint cbSize);
ref RAWINPUTDEVICELIST[] pRawInputDeviceList -> IntPtr pRawInputDeviceList
bye~