PSS_THREAD_FLAGS enumeration (processsnapshot.h)
Flags that describe a thread.
Syntax
typedef enum {
PSS_THREAD_FLAGS_NONE = 0x0000,
PSS_THREAD_FLAGS_TERMINATED = 0x0001
} PSS_THREAD_FLAGS;
Constants
PSS_THREAD_FLAGS_NONE Value: 0x0000 No flag. |
PSS_THREAD_FLAGS_TERMINATED Value: 0x0001 The thread terminated. |
Remarks
There is a PSS_THREAD_FLAGS member in the PSS_THREAD_ENTRY structure that PssWalkSnapshot returns.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8.1 [desktop apps only] |
Minimum supported server | Windows Server 2012 R2 [desktop apps only] |
Header | processsnapshot.h |