Partager via


énumération PSS_PROCESS_FLAGS (processsnapshot.h)

Indicateurs qui décrivent un processus.

Syntaxe

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;

Constantes

 
PSS_PROCESS_FLAGS_NONE
Valeur : 0x00000000
Aucun indicateur.
PSS_PROCESS_FLAGS_PROTECTED
Valeur : 0x00000001
Le processus est protégé.
PSS_PROCESS_FLAGS_WOW64
Valeur : 0x00000002
Le processus est un processus 32 bits s’exécutant sur un système d’exploitation natif 64 bits.
PSS_PROCESS_FLAGS_RESERVED_03
Valeur : 0x00000004
Non défini.
PSS_PROCESS_FLAGS_RESERVED_04
Valeur : 0x00000008
Non défini.
PSS_PROCESS_FLAGS_FROZEN
Valeur : 0x00000010
Le processus est figé; par exemple, un débogueur est attaché et rompu au processus ou un processus du Store est suspendu par un service de gestion à vie.

Notes

Il existe PSS_PROCESS_FLAGS membres dans les structures PSS_PROCESS_INFORMATION et PSS_HANDLE_ENTRY .

Spécifications

   
Client minimal pris en charge Windows 8.1 [applications de bureau uniquement]
Serveur minimal pris en charge Windows Server 2012 R2 [applications de bureau uniquement]
En-tête processsnapshot.h

Voir aussi

Capture instantanée de processus