PEP_SYSTEM_LATENCY - NtDoc

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

typedef struct _PEP_SYSTEM_LATENCY {
  [in] ULONGLONG Latency;
} PEP_SYSTEM_LATENCY, *PPEP_SYSTEM_LATENCY;
View the official Windows Driver Kit DDI reference
// pepfx.h

typedef struct _PEP_SYSTEM_LATENCY {
  [in] ULONGLONG Latency;
} PEP_SYSTEM_LATENCY, *PPEP_SYSTEM_LATENCY;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-pep_x-_pep_system_latency)

_PEP_SYSTEM_LATENCY structure (pep_x.h)

Description

The PEP_SYSTEM_LATENCY structure specifies the new value for the system latency tolerance.

Members

Latency [in]

The overall system latency tolerance, in 100-nanosecond units. This member specifies the maximum latency that the operating system can tolerate in the time required to move a component from a low-power Fx state to F0.

Remarks

This structure is used by the PEP_DPM_SYSTEM_LATENCY_UPDATE notification. The Latency member of the structure contains an input value that is supplied by the Windows power management framework (PoFx).

See also

PEP_DPM_SYSTEM_LATENCY_UPDATE


Windows Driver Kit DDI reference (ns-pepfx-_pep_system_latency)

_PEP_SYSTEM_LATENCY structure (pepfx.h)

Description

The PEP_SYSTEM_LATENCY structure specifies the new value for the system latency tolerance.

Members

Latency [in]

The overall system latency tolerance, in 100-nanosecond units. This member specifies the maximum latency that the operating system can tolerate in the time required to move a component from a low-power Fx state to F0.

Remarks

This structure is used by the PEP_DPM_SYSTEM_LATENCY_UPDATE notification. The Latency member of the structure contains an input value that is supplied by the Windows power management framework (PoFx).

See also

PEP_DPM_SYSTEM_LATENCY_UPDATE