USBD_ENDPOINT_OFFLOAD_MODE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// usb.h

typedef enum _USBD_ENDPOINT_OFFLOAD_MODE {
  UsbdEndpointOffloadModeNotSupported,
  UsbdEndpointOffloadSoftwareAssisted,
  UsbdEndpointOffloadHardwareAssisted
} USBD_ENDPOINT_OFFLOAD_MODE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-usb-_usbd_endpoint_offload_mode)

_USBD_ENDPOINT_OFFLOAD_MODE enumeration

Description

Defines values for endpoint offloading options in the USB device or host controller.

Constants

UsbdEndpointOffloadModeNotSupported

Endpoint offloading is not supported.

UsbdEndpointOffloadSoftwareAssisted

Endpoint offloading is handled by the software.

UsbdEndpointOffloadHardwareAssisted

Endpoint offloading is handled in the USB device or host controller hardware.

See also

USBD_QueryUsbCapability