PEP_PPM_IS_PROCESSOR_HALTED structure (pep_x.h)
The PEP_PPM_IS_PROCESSOR_HALTED structure indicates whether the processor is currently halted in its selected idle state.
Syntax
typedef struct _PEP_PPM_IS_PROCESSOR_HALTED {
[out] BOOLEAN Halted;
} PEP_PPM_IS_PROCESSOR_HALTED, *PPEP_PPM_IS_PROCESSOR_HALTED;
Members
[out] Halted
Whether the processor is halted. Set to TRUE if the processor is halted, or to FALSE if it is not halted.
Remarks
This structure is used by the PEP_NOTIFY_PPM_IS_PROCESSOR_HALTED notification. The Halted member contains an output value that the platform extension plug-in (PEP) writes to the structure in response to this notification.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Supported starting with Windows 10. |
Header | pep_x.h (include Pep_x.h) |