enum_THREADPROPERTY_FIELDS Enum
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This enumeration supports a bitwise combination of its member values.
C++
public enum class enum_THREADPROPERTY_FIELDS
[System.Flags]
public enum enum_THREADPROPERTY_FIELDS
[<System.Flags>]
type enum_THREADPROPERTY_FIELDS =
Public Enum enum_THREADPROPERTY_FIELDS
- Inheritance
-
enum_THREADPROPERTY_FIELDS
- Attributes
Name | Value | Description |
---|---|---|
TPF_ALLFIELDS | -1 | |
TPF_ID | 1 | |
TPF_SUSPENDCOUNT | 2 | |
TPF_STATE | 4 | |
TPF_PRIORITY | 8 | |
TPF_NAME | 16 | |
TPF_LOCATION | 32 |
Proizvod | Verzije |
---|---|
Visual Studio SDK | 2019, 2022 |