Condividi tramite


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 funzione di callback EVT_UCX_USBDEVICE_ENDPOINTS_CONFIGURE.

Sintassi

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

Membri

InsufficientBandwidth

Larghezza di banda insufficiente per configurare gli endpoint specificati.

InsufficientHardwareResourcesForEndpoints

Risorse hardware insufficienti per configurare gli endpoint specificati.

MaxExitLatencyTooLarge

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

Reserved

Non usare.

Fabbisogno

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

Vedere anche

ENDPOINTS_CONFIGURE