PEP_QUERY_SOC_SUBSYSTEM_COUNT - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// pep_x.h

typedef struct _PEP_QUERY_SOC_SUBSYSTEM_COUNT {
  [in]  ULONG PlatformIdleStateIndex;
  [out] ULONG SubsystemCount;
        ULONG Flags;
} PEP_QUERY_SOC_SUBSYSTEM_COUNT, *PPEP_QUERY_SOC_SUBSYSTEM_COUNT;
View the official Windows Driver Kit DDI reference
// pepfx.h

typedef struct _PEP_QUERY_SOC_SUBSYSTEM_COUNT {
  [in]  ULONG PlatformIdleStateIndex;
  [out] ULONG SubsystemCount;
        ULONG Flags;
} PEP_QUERY_SOC_SUBSYSTEM_COUNT, *PPEP_QUERY_SOC_SUBSYSTEM_COUNT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_PEP_QUERY_SOC_SUBSYSTEM_COUNT structure (pep_x.h)

Description

The PEP_QUERY_SOC_SUBSYSTEM_COUNT structure is used to tell the OS whether the PEP supports system on a chip (SoC) subsystem accounting for a given platform idle state.

Members

PlatformIdleStateIndex [in]

The platform idle state index for which the kernel is querying about.

SubsystemCount [out]

The number of SoC subsystems tallied by the PEP for the specified platform idle state. The PEP cannot return 0 in this parameter; instead the PEP should return FALSE to the PEP_DPM_QUERY_SOC_SUBSYSTEM_COUNT notification that provided this structure.

Flags

This member is reserved and should be set to zero.

See also

PEP_DPM_QUERY_SOC_SUBSYSTEM_COUNT notification


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

_PEP_QUERY_SOC_SUBSYSTEM_COUNT structure (pepfx.h)

Description

The PEP_QUERY_SOC_SUBSYSTEM_COUNT structure is used to tell the OS whether the PEP supports system on a chip (SoC) subsystem accounting for a given platform idle state.

Members

PlatformIdleStateIndex [in]

The platform idle state index for which the kernel is querying about.

SubsystemCount [out]

The number of SoC subsystems tallied by the PEP for the specified platform idle state. The PEP cannot return 0 in this parameter; instead the PEP should return FALSE to the PEP_DPM_QUERY_SOC_SUBSYSTEM_COUNT notification that provided this structure.

Flags

This member is reserved and should be set to zero.

See also

PEP_DPM_QUERY_SOC_SUBSYSTEM_COUNT notification