ENDPOINTS_CONFIGURE_FAILURE_FLAGS - NtDoc

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

typedef struct _ENDPOINTS_CONFIGURE_FAILURE_FLAGS {
  ULONG InsufficientBandwidth : 1;
  ULONG InsufficientHardwareResourcesForEndpoints : 1;
  ULONG MaxExitLatencyTooLarge : 1;
  ULONG Reserved : 29;
} ENDPOINTS_CONFIGURE_FAILURE_FLAGS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ucxendpoint-_endpoints_configure_failure_flags)

_ENDPOINTS_CONFIGURE_FAILURE_FLAGS structure

Description

This structure provides failure flags to indicate errors, if any, that might have occurred during a request to an EVT_UCX_USBDEVICE_ENDPOINTS_CONFIGURE callback function.

Members

InsufficientBandwidth

Insufficient bandwidth to configure the specified endpoints.

InsufficientHardwareResourcesForEndpoints

Insufficient hardware resources to configure the specified endpoints.

MaxExitLatencyTooLarge

The maximum exit latency is too large to configure the specified endpoints.

Reserved

Do not use.

See also

ENDPOINTS_CONFIGURE