Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

USBDEVICE_UPDATE_FAILURE_FLAGS structure (ucxusbdevice.h)

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)

See also

USBDEVICE_UPDATE

USBDEVICE_UPDATE_20_HARDWARE_LPM_PARAMETERS

USBDEVICE_UPDATE_FLAGS


Feedback

Was this page helpful?

Additional resources