Condividi tramite


PSS_PROCESS_FLAGS'enumerazione (processsnapshot.h)

Flag che descrivono un processo.

Sintassi

typedef enum {
  PSS_PROCESS_FLAGS_NONE = 0x00000000,
  PSS_PROCESS_FLAGS_PROTECTED = 0x00000001,
  PSS_PROCESS_FLAGS_WOW64 = 0x00000002,
  PSS_PROCESS_FLAGS_RESERVED_03 = 0x00000004,
  PSS_PROCESS_FLAGS_RESERVED_04 = 0x00000008,
  PSS_PROCESS_FLAGS_FROZEN = 0x00000010
} PSS_PROCESS_FLAGS;

Costanti

 
PSS_PROCESS_FLAGS_NONE
Valore: 0x00000000
Nessun flag.
PSS_PROCESS_FLAGS_PROTECTED
Valore: 0x00000001
Il processo è protetto.
PSS_PROCESS_FLAGS_WOW64
Valore: 0x00000002
Il processo è un processo a 32 bit in esecuzione in un sistema operativo nativo a 64 bit.
PSS_PROCESS_FLAGS_RESERVED_03
Valore: 0x00000004
Non definito.
PSS_PROCESS_FLAGS_RESERVED_04
Valore: 0x00000008
Non definito.
PSS_PROCESS_FLAGS_FROZEN
Valore: 0x00000010
Il processo è bloccato; ad esempio, un debugger viene collegato e suddiviso nel processo o in un processo di Archiviazione viene sospeso da un servizio di gestione della durata.

Commenti

Sono presenti PSS_PROCESS_FLAGS membri nelle strutture di PSS_PROCESS_INFORMATION e PSS_HANDLE_ENTRY .

Requisiti

   
Client minimo supportato Windows 8.1 [solo app desktop]
Server minimo supportato Windows Server 2012 R2 [solo app desktop]
Intestazione processsnapshot.h

Vedi anche

Snapshot dei processi