PSS_PROCESS_FLAGS-Enumeration (processsnapshot.h)
Flags, die einen Prozess beschreiben.
Syntax
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;
Konstanten
PSS_PROCESS_FLAGS_NONE Wert: 0x00000000 Kein Flag. |
PSS_PROCESS_FLAGS_PROTECTED Wert: 0x00000001 Der Prozess ist geschützt. |
PSS_PROCESS_FLAGS_WOW64 Wert: 0x00000002 Der Prozess ist ein 32-Bit-Prozess, der unter einem nativen 64-Bit-Betriebssystem ausgeführt wird. |
PSS_PROCESS_FLAGS_RESERVED_03 Wert: 0x00000004 Nicht definiert. |
PSS_PROCESS_FLAGS_RESERVED_04 Wert: 0x00000008 Nicht definiert. |
PSS_PROCESS_FLAGS_FROZEN Wert: 0x00000010 Der Prozess ist eingefroren; Beispielsweise wird ein Debugger angefügt und in den Prozess unterteilt, oder ein Store-Prozess wird von einem Dienst für die Lebensdauerverwaltung angehalten. |
Hinweise
In den PSS_PROCESS_INFORMATION- und PSS_HANDLE_ENTRY-Strukturen sind PSS_PROCESS_FLAGS Member vorhanden.
Anforderungen
Unterstützte Mindestversion (Client) | Windows 8.1 [nur Desktop-Apps] |
Unterstützte Mindestversion (Server) | Windows Server 2012 R2 [nur Desktop-Apps] |
Kopfzeile | processsnapshot.h |