LPGET_USBD_VERSION (Windows CE 5.0)
This function retrieves the version number of the current universal serial bus (USB) driver interface.
typedef VOID (* LPGET_USBD_VERSION)( LPDWORD lpdwMajorVersion, LPDWORD lpdwMinorVersion);
Parameters
- lpdwMajorVersion
[out] Pointer to the USB driver major version number. - lpdwMinorVersion
[out] Pointer to the USB driver minor version number.
Return Values
None.
Requirements
OS Versions: Windows CE 2.10 and later.
Header: Usbdi.h.
Send Feedback on this topic to the authors