LPGET_USBD_VERSION (Windows Embedded CE 6.0)
1/6/2010
This function retrieves the version number of the current universal serial bus (USB) driver interface.
Syntax
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 Value
None.
Requirements
Header | usbdi.h |
Windows Embedded CE | Windows CE 2.10 and later |