// 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 referenceNo description available.
The PEP_SYSTEM_LATENCY structure specifies the new value for the system latency tolerance.
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.
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).
The PEP_SYSTEM_LATENCY structure specifies the new value for the system latency tolerance.
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.
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).