USBUSER_PASS_THRU_REQUEST structure (usbuser.h)

The USBUSER_PASS_THRU_REQUEST structure is used in conjunction with the IOCTL_USB_USER_REQUEST I/O control request to send a vendor-specific command to the host controller miniport driver.

Syntax

typedef struct _USBUSER_PASS_THRU_REQUEST {
  USBUSER_REQUEST_HEADER   Header;
  USB_PASS_THRU_PARAMETERS PassThru;
} USBUSER_PASS_THRU_REQUEST, *PUSBUSER_PASS_THRU_REQUEST;

Members

Header

Contains a structure of type USBUSER_REQUEST_HEADER that specifies the user-mode request on input to IOCTL_USB_USER_REQUEST, and provides buffer and status information on output.

PassThru

Contains a structure of type USB_PASS_THRU_PARAMETERS that specifies the parameters associated with this request.

Remarks

The USBUSER_PASS_THRU_REQUEST structure is used in conjunction with the USBUSER_PASS_THRU user-mode request. For a description of this request, see IOCTL_USB_USER_REQUEST.

Requirements

Requirement Value
Header usbuser.h (include Usbuser.h)

See also

IOCTL_USB_USER_REQUEST

USB Structures