_PSI_FLAGS 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 _PSI_FLAGS
[System.Flags]
public enum _PSI_FLAGS
[<System.Flags>]
type _PSI_FLAGS =
Public Enum _PSI_FLAGS
- Inheritance
-
_PSI_FLAGS
- Attributes
Name | Value | Description |
---|---|---|
PSI_INHERITHANDLES | -2147483648 | |
PSI_USESHOWWINDOW | 1 | |
PSI_USESIZE | 2 | |
PSI_USEPOSITION | 4 | |
PSI_USECOUNTCHARS | 8 | |
PSI_USEFILLATTRIBUTE | 16 | |
PSI_RUNFULLSCREEN | 32 | |
PSI_FORCEONFEEDBACK | 64 | |
PSI_FORCEOFFFEEDBACK | 128 | |
PSI_USESTDHANDLES | 256 | |
PSI_USECREATIONFLAGS | 1073741824 |
Proizvod | Verzije |
---|---|
Visual Studio SDK | 2017, 2019, 2022 |