enum_PROCESS_INFO_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_PROCESS_INFO_FIELDS
[System.Flags]
public enum enum_PROCESS_INFO_FIELDS
[<System.Flags>]
type enum_PROCESS_INFO_FIELDS =
Public Enum enum_PROCESS_INFO_FIELDS
- Inheritance
-
enum_PROCESS_INFO_FIELDS
- Attributes
Name | Value | Description |
---|---|---|
PIF_FILE_NAME | 1 | |
PIF_BASE_NAME | 2 | |
PIF_TITLE | 4 | |
PIF_PROCESS_ID | 8 | |
PIF_SESSION_ID | 16 | |
PIF_ATTACHED_SESSION_NAME | 32 | |
PIF_CREATION_TIME | 64 | |
PIF_FLAGS | 128 | |
PIF_ALL | 255 |
Proizvod | Verzije |
---|---|
Visual Studio SDK | 2019, 2022 |