The GetRawInputDeviceInfo function gets information about the raw input device.
3/14/2012 1:17:14 PM - Christopher Hooks-95.175.192.250
.
Declare Function GetRawInputDeviceInfo Lib "user32.dll" Alias "GetRawInputDeviceInfoW" (ByVal hDevice As IntPtr, ByVal uiCommand As DeviceInfoTypes, ByVal pData As IntPtr, ByRef pcbSize As UInteger) As Integer