// pep_x.h
typedef struct _PEP_RESET_SOC_SUBSYSTEM_ACCOUNTING {
[in] ULONG PlatformIdleStateIndex;
ULONG Flags;
} PEP_RESET_SOC_SUBSYSTEM_ACCOUNTING, *PPEP_RESET_SOC_SUBSYSTEM_ACCOUNTING;
View the official Windows Driver Kit DDI reference// pepfx.h
typedef struct _PEP_RESET_SOC_SUBSYSTEM_ACCOUNTING {
[in] ULONG PlatformIdleStateIndex;
ULONG Flags;
} PEP_RESET_SOC_SUBSYSTEM_ACCOUNTING, *PPEP_RESET_SOC_SUBSYSTEM_ACCOUNTING;
View the official Windows Driver Kit DDI referenceNo description available.
The PEP_RESET_SOC_SUBSYSTEM_ACCOUNTING structure is provided to the platform extension plug-in (PEP) as part of a PEP_DPM_RESET_SOC_SUBSYSTEM_ACCOUNTING notification.
PlatformIdleStateIndex [in]The platform idle state index for the subsystem accounting to be reset.
FlagsThis member is reserved and should be set to zero.
PEP_DPM_RESET_SOC_SUBSYSTEM_ACCOUNTING notification
The PEP_RESET_SOC_SUBSYSTEM_ACCOUNTING structure is provided to the platform extension plug-in (PEP) as part of a PEP_DPM_RESET_SOC_SUBSYSTEM_ACCOUNTING notification.
PlatformIdleStateIndex [in]The platform idle state index for the subsystem accounting to be reset.
FlagsThis member is reserved and should be set to zero.
PEP_DPM_RESET_SOC_SUBSYSTEM_ACCOUNTING notification