USBDEVICE_UPDATE_FAILURE_FLAGS - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ucxusbdevice-_usbdevice_update_failure_flags)

_USBDEVICE_UPDATE_FAILURE_FLAGS structure

Description

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.

Members

MaxExitLatencyTooLarge

The maximum exit latency is larger than expected.

Reserved

Do not use.

See also

USBDEVICE_UPDATE

USBDEVICE_UPDATE_20_HARDWARE_LPM_PARAMETERS

USBDEVICE_UPDATE_FLAGS