This function returns the version number of the USBD interface present on a Windows CE–based platform.
VOID GetUSBDVersion( LPDWORD lpdwMajorVersion,
LPDWORD lpdwMinorVersion );
None.
This function can be used to determine the current version of the USBD interface. USBDI version 1.0 corresponds to Windows CE 2.10. USBDI version 1.1 corresponds to Windows CE 2.11 and later.
This function is defined in the Mousedrv.cpp file.