Skip to content

User32.GetRawInputDeviceList problem #7

@KaironMoon

Description

@KaironMoon

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~

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions