Condividi tramite


PEP_PPM_IS_PROCESSOR_HALTED struttura (pepfx.h)

La struttura PEP_PPM_IS_PROCESSOR_HALTED indica se il processore è attualmente arrestato nello stato di inattività selezionato.

Sintassi

typedef struct _PEP_PPM_IS_PROCESSOR_HALTED {
  [out] BOOLEAN Halted;
} PEP_PPM_IS_PROCESSOR_HALTED, *PPEP_PPM_IS_PROCESSOR_HALTED;

Members

[out] Halted

Se il processore viene arrestato. Impostare su TRUE se il processore viene arrestato o su FALSE se non viene arrestato.

Commenti

Questa struttura viene usata dalla notifica di PEP_NOTIFY_PPM_IS_PROCESSOR_HALTED . Il membro Arrestato contiene un valore di output che il plug-in dell'estensione della piattaforma scrive nella struttura in risposta a questa notifica.

Requisiti

Requisito Valore
Client minimo supportato Supportato a partire da Windows 10.
Intestazione pepfx.h (includere Pep_x.h)

Vedi anche

PEP_NOTIFY_PPM_IS_PROCESSOR_HALTED