USBUSER_BANDWIDTH_INFO_REQUEST structure (usbuser.h)
The USBUSER_BANDWIDTH_INFO_REQUEST structure is used with the IOCTL_USB_USER_REQUEST I/O control request to retrieve information about the allocated bandwidth.
Syntax
typedef struct _USBUSER_BANDWIDTH_INFO_REQUEST {
USBUSER_REQUEST_HEADER Header;
USB_BANDWIDTH_INFO BandwidthInformation;
} USBUSER_BANDWIDTH_INFO_REQUEST, *PUSBUSER_BANDWIDTH_INFO_REQUEST;
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.
BandwidthInformation
A USB_BANDWIDTH_INFO structure that reports bandwidth allocation information.
Remarks
The USBUSER_BANDWIDTH_INFO_REQUEST structure is used with the USBUSER_GET_BANDWIDTH_INFORMATION user-mode request. For more information about this request, see IOCTL_USB_USER_REQUEST.
Requirements
Requirement | Value |
---|---|
Header | usbuser.h (include Usbuser.h) |