PEP_RESET_SOC_SUBSYSTEM_ACCOUNTING structure (pep_x.h)
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.
Syntax
typedef struct _PEP_RESET_SOC_SUBSYSTEM_ACCOUNTING {
[in] ULONG PlatformIdleStateIndex;
ULONG Flags;
} PEP_RESET_SOC_SUBSYSTEM_ACCOUNTING, *PPEP_RESET_SOC_SUBSYSTEM_ACCOUNTING;
Members
[in] PlatformIdleStateIndex
The platform idle state index for the subsystem accounting to be reset.
Flags
This member is reserved and should be set to zero.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Supported starting with Windows 10. |
Header | pep_x.h (include Pep_x.h) |