USBUSER_GET_DRIVER_VERSION structure (usbuser.h)
The USBUSER_GET_DRIVER_VERSION structure is used with the IOCTL_USB_USER_REQUEST I/O control request to read driver and interface version information.
Syntax
typedef struct _USBUSER_GET_DRIVER_VERSION {
USBUSER_REQUEST_HEADER Header;
USB_DRIVER_VERSION_PARAMETERS Parameters;
} USBUSER_GET_DRIVER_VERSION, *PUSBUSER_GET_DRIVER_VERSION;
Members
Header
A USBUSER_REQUEST_HEADER structure that specifies the user-mode request on input to IOCTL_USB_USER_REQUEST and provides buffer and status information on output.
Parameters
A USB_DRIVER_VERSION_PARAMETERS structure that specifies the parameters that are associated with this request.
Remarks
The USBUSER_GET_DRIVER_VERSION structure is used with the USBUSER_GET_USB_DRIVER_VERSION user-mode request. For more information about this request, see IOCTL_USB_USER_REQUEST.
Requirements
Requirement | Value |
---|---|
Header | usbuser.h (include Usbuser.h) |