PEP_PPM_QUERY_VETO_REASONS - NtDoc

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

typedef struct _PEP_PPM_QUERY_VETO_REASONS {
  [out] ULONG VetoReasonCount;
} PEP_PPM_QUERY_VETO_REASONS, *PPEP_PPM_QUERY_VETO_REASONS;
View the official Windows Driver Kit DDI reference
// pepfx.h

typedef struct _PEP_PPM_QUERY_VETO_REASONS {
  [out] ULONG VetoReasonCount;
} PEP_PPM_QUERY_VETO_REASONS, *PPEP_PPM_QUERY_VETO_REASONS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_PEP_PPM_QUERY_VETO_REASONS structure (pep_x.h)

Description

The PEP_PPM_QUERY_VETO_REASONS structure specifies the total number of veto reasons that the PEP uses in calls to the ProcessorIdleVeto and PlatformIdleVeto routines.

Members

VetoReasonCount [out]

The number of veto codes used by the PEP.

Remarks

This structure is used by the PEP_NOTIFY_PPM_QUERY_VETO_REASONS notification. The VetoReasonCount member contains an output value that the PEP writes to this member in response to the notification.

See also

PEP_NOTIFY_PPM_QUERY_VETO_REASONS


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

_PEP_PPM_QUERY_VETO_REASONS structure (pepfx.h)

Description

The PEP_PPM_QUERY_VETO_REASONS structure specifies the total number of veto reasons that the PEP uses in calls to the ProcessorIdleVeto and PlatformIdleVeto routines.

Members

VetoReasonCount [out]

The number of veto codes used by the PEP.

Remarks

This structure is used by the PEP_NOTIFY_PPM_QUERY_VETO_REASONS notification. The VetoReasonCount member contains an output value that the PEP writes to this member in response to the notification.

See also

PEP_NOTIFY_PPM_QUERY_VETO_REASONS