// pep_x.h
typedef struct _PEP_LOW_POWER_EPOCH {
BOOLEAN LowPowerEpoch;
} PEP_LOW_POWER_EPOCH, *PPEP_LOW_POWER_EPOCH;
View the official Windows Driver Kit DDI reference// pepfx.h
typedef struct _PEP_LOW_POWER_EPOCH {
BOOLEAN LowPowerEpoch;
} PEP_LOW_POWER_EPOCH, *PPEP_LOW_POWER_EPOCH;
View the official Windows Driver Kit DDI referenceNo description available.
The PEP_LOW_POWER_EPOCH structure is used to provide data for a PEP_DPM_LOW_POWER_EPOCH notification (deprecated).
LowPowerEpochWhen TRUE, indicates that the low power epoch is on.
PEP_DPM_LOW_POWER_EPOCH notification
The PEP_LOW_POWER_EPOCH structure is used to provide data for a PEP_DPM_LOW_POWER_EPOCH notification (deprecated).
LowPowerEpochWhen TRUE, indicates that the low power epoch is on.
PEP_DPM_LOW_POWER_EPOCH notification