PEP_LOW_POWER_EPOCH - NtDoc

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

NtDoc

No description available.

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

_PEP_LOW_POWER_EPOCH structure (pep_x.h)

Description

The PEP_LOW_POWER_EPOCH structure is used to provide data for a PEP_DPM_LOW_POWER_EPOCH notification (deprecated).

Members

LowPowerEpoch

When TRUE, indicates that the low power epoch is on.

See also

PEP_DPM_LOW_POWER_EPOCH notification


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

_PEP_LOW_POWER_EPOCH structure (pepfx.h)

Description

The PEP_LOW_POWER_EPOCH structure is used to provide data for a PEP_DPM_LOW_POWER_EPOCH notification (deprecated).

Members

LowPowerEpoch

When TRUE, indicates that the low power epoch is on.

See also

PEP_DPM_LOW_POWER_EPOCH notification