GetDeviceInfo

This function gets a pointer to a device information structure.

Syntax

LPCUSB_DEVICE GetDeviceInfo( USB_HANDLE hDevice );

Parameters

hDevice
[IN] Handle to a USB device.

Return Values

Returns a pointer to the USB_DEVICE structure for a device.

Remarks

This function is defined in the Mousedrv.cpp file.