This function sends a request to a USB device for information about alternate device settings.
USB_TRANSFER GetInterface( USB_HANDLE hDevice, LPTRANSFER_NOTIFY_ROUTINE lpStartAddress,
LPVOID lpvNotifyParameter, DWORD dwFlags, UCHAR bInterfaceNumber, PUCHAR lpbAlternateSetting );
A USB_TRANSFER handle indicates success. NULL indicates failure.
This function initiates a control transfer to a USB device, requesting the alternate setting selected for the specified interface.
This function is defined in the Mousedrv.cpp file.
AbortTransfer, GetTransferStatus, IsTransferComplete, SetInterface