typedef struct _RDUSB_BANDWIDTH_INFORMATION {
ULONG TotalBandwidth;
ULONG ConsumedBandwidth;
} RDUSB_BANDWIDTH_INFORMATION, *PRDUSB_BANDWIDTH_INFORMATION;
Members
| Specifies the total bandwidth, in bits per second, available on the bus.
|
| Specifies the mean bandwidth that is already in use, in bits per second.
|
Description
| This structure is used in UsbGetBandwidthInfo to retrieve bandwidth information from USB controller.
|
|