struttura ENDPOINTS_CONFIGURE_FAILURE_FLAGS (ucxendpoint.h)

Questa struttura fornisce flag di errore per indicare errori, se presenti, che potrebbero essersi verificati durante una richiesta a una EVT_UCX_USBDEVICE_ENDPOINTS_CONFIGURE funzione di callback.

Sintassi

typedef struct _ENDPOINTS_CONFIGURE_FAILURE_FLAGS {
  ULONG InsufficientBandwidth : 1;
  ULONG InsufficientHardwareResourcesForEndpoints : 1;
  ULONG MaxExitLatencyTooLarge : 1;
  ULONG Reserved : 29;
} ENDPOINTS_CONFIGURE_FAILURE_FLAGS;

Members

InsufficientBandwidth

Larghezza di banda insufficiente per configurare gli endpoint specificati.

InsufficientHardwareResourcesForEndpoints

Risorse hardware insufficienti per configurare gli endpoint specificati.

MaxExitLatencyTooLarge

La latenza massima di uscita è troppo grande per configurare gli endpoint specificati.

Reserved

Non usare.

Requisiti

Requisito Valore
Intestazione ucxendpoint.h (include Ucxclass.h, Ucxendpoint.h)

Vedi anche

ENDPOINTS_CONFIGURE