PEP_PPM_IS_PROCESSOR_HALTED - NtDoc

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

typedef struct _PEP_PPM_IS_PROCESSOR_HALTED {
  [out] BOOLEAN Halted;
} PEP_PPM_IS_PROCESSOR_HALTED, *PPEP_PPM_IS_PROCESSOR_HALTED;
View the official Windows Driver Kit DDI reference
// pepfx.h

typedef struct _PEP_PPM_IS_PROCESSOR_HALTED {
  [out] BOOLEAN Halted;
} PEP_PPM_IS_PROCESSOR_HALTED, *PPEP_PPM_IS_PROCESSOR_HALTED;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_PEP_PPM_IS_PROCESSOR_HALTED structure (pep_x.h)

Description

The PEP_PPM_IS_PROCESSOR_HALTED structure indicates whether the processor is currently halted in its selected idle state.

Members

Halted [out]

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.

See also

PEP_NOTIFY_PPM_IS_PROCESSOR_HALTED


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

_PEP_PPM_IS_PROCESSOR_HALTED structure (pepfx.h)

Description

The PEP_PPM_IS_PROCESSOR_HALTED structure indicates whether the processor is currently halted in its selected idle state.

Members

Halted [out]

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.

See also

PEP_NOTIFY_PPM_IS_PROCESSOR_HALTED