ACX_DX_EXIT_LATENCY - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// acxdevice.h

typedef enum _ACX_DX_EXIT_LATENCY {
  AcxDxExitLatencyInstant,
  AcxDxExitLatencyFast,
  AcxDxExitLatencyResponsive
} ACX_DX_EXIT_LATENCY;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-acxdevice-acx_dx_exit_latency)

Description

The ACX_DX_EXIT_LATENCY enum defines values that specify an ACX device's sleep state exit latency.

Constants

AcxDxExitLatencyInstant

The device is powered up, so the device must be able to respond immediately.

AcxDxExitLatencyFast

The system is in S0 and not in connected standby, so it must be fast when powering up. This value corresponds to the D3Hot power sub-state.

AcxDxExitLatencyResponsive

The system is entering a sleep state, so the longest exit latency can be tolerated. This value corresponds to the D3Cold power sub-state.

Remarks

A device has different power states. The D0 power state is when the device is up and running, D1 is when the device is one of the sleep states, and so on. "Dx" refers to any device sleep state.

ACX requirements

Minimum ACX version: 1.0

For more information about ACX versions, see ACX version overview.

See also