Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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_NONEValue: 0x0000 No flag. | 
| PSS_THREAD_FLAGS_TERMINATEDValue: 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 |