Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The flags that are set by the client driver in the EVT_UCX_USBDEVICE_UPDATE callback function. Indicate errors, if any, that might have occurred while updating the device.
Syntax
typedef struct _USBDEVICE_UPDATE_FAILURE_FLAGS {
ULONG MaxExitLatencyTooLarge : 1;
ULONG Reserved : 31;
} USBDEVICE_UPDATE_FAILURE_FLAGS;
Members
MaxExitLatencyTooLarge
The maximum exit latency is larger than expected.
Reserved
Do not use.
Requirements
Requirement | Value |
---|---|
Header | ucxusbdevice.h (include Ucxclass.h) |