// 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 referenceNo description available.
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.
VetoReasonCount [out]The number of veto codes used by the PEP.
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.
PEP_NOTIFY_PPM_QUERY_VETO_REASONS
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.
VetoReasonCount [out]The number of veto codes used by the PEP.
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.
PEP_NOTIFY_PPM_QUERY_VETO_REASONS