Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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