Desktop Functions: Smart Device Functions:
|
Search Results for "GetRawInputDeviceList" in [All]user32
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); |