Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "GetRawInputDeviceList" in [All]

user32

.
Summary
The GetRawInputDeviceList function enumerates the raw input devices attached to the system.
.

    public static extern uint GetRawInputDeviceList

.

    EntryPOint:="GetRawInputDeviceList", SetLastError:=True)> _

.

    Public Function GetRawInputDeviceList(ByVal pRawInputDeviceList As

.

Declare Function GetRawInputDeviceList Lib "user32.dll" (ByVal pRawInputDeviceList As

.

int deviceCount = GetRawInputDeviceList(buffer, ref bufferCount, structSize);

.

        uint retValue = Win32API.GetRawInputDeviceList(null, ref deviceCount, dwSize);

.

        retValue = Win32API.GetRawInputDeviceList(deviceList, ref deviceCount, dwSize);

.
Documentation
[GetRawInputDeviceList] on MSDN

 
Access PInvoke.net directly from VS: