PEP_RESET_SOC_SUBSYSTEM_ACCOUNTING - NtDoc

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

NtDoc

No description available.

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

_PEP_RESET_SOC_SUBSYSTEM_ACCOUNTING structure (pep_x.h)

Description

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.

Members

PlatformIdleStateIndex [in]

The platform idle state index for the subsystem accounting to be reset.

Flags

This member is reserved and should be set to zero.

See also

PEP_DPM_RESET_SOC_SUBSYSTEM_ACCOUNTING notification


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

_PEP_RESET_SOC_SUBSYSTEM_ACCOUNTING structure (pepfx.h)

Description

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.

Members

PlatformIdleStateIndex [in]

The platform idle state index for the subsystem accounting to be reset.

Flags

This member is reserved and should be set to zero.

See also

PEP_DPM_RESET_SOC_SUBSYSTEM_ACCOUNTING notification