// ucxusbdevice.h
typedef struct _USBDEVICE_UPDATE_FAILURE_FLAGS {
ULONG MaxExitLatencyTooLarge : 1;
ULONG Reserved : 31;
} USBDEVICE_UPDATE_FAILURE_FLAGS;
View the official Windows Driver Kit DDI referenceNo description available.
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.
MaxExitLatencyTooLargeThe maximum exit latency is larger than expected.
ReservedDo not use.
USBDEVICE_UPDATE_20_HARDWARE_LPM_PARAMETERS