USBUSER_BUS_STATISTICS_0_REQUEST structure (usbuser.h)

The USBUSER_BUS_STATISTICS_0_REQUEST structure is used with the IOCTL_USB_USER_REQUEST I/O control request to retrieve bus statistics.

Syntax

typedef struct _USBUSER_BUS_STATISTICS_0_REQUEST {
  USBUSER_REQUEST_HEADER Header;
  USB_BUS_STATISTICS_0   BusStatistics0;
} USBUSER_BUS_STATISTICS_0_REQUEST, *PUSBUSER_BUS_STATISTICS_0_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.

BusStatistics0

A USB_BUS_STATISTICS_0 structure that reports bus statistics.

Remarks

The USBUSER_BUS_STATISTICS_0_REQUEST structure is used with the USBUSER_GET_BUS_STATISTICS_0 user-mode request. For more information about this request, see IOCTL_USB_USER_REQUEST.

Requirements

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

See also

IOCTL_USB_USER_REQUEST

USB Structures

USBUSER_REQUEST_HEADER

USB_BUS_STATISTICS_0