Share via


LPGET_USBD_VERSION (Compact 2013)

3/26/2014

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

See Also

Reference

USB Driver Functions