PI_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.
public enum class PI_FLAGS
C++/CX
public enum class PI_FLAGS
enum PI_FLAGS
[System.Flags]
public enum PI_FLAGS
[<System.Flags>]
type PI_FLAGS =
Public Enum PI_FLAGS
- Inheritance
-
PI_FLAGS
- Attributes
Name | Value | Description |
---|---|---|
PI_PARSE_URL | 1 | |
PI_FILTER_MODE | 2 | |
PI_FORCE_ASYNC | 4 | |
PI_USE_WORKERTHREAD | 8 | |
PI_MIMEVERIFICATION | 16 | |
PI_CLSIDLOOKUP | 32 | |
PI_DATAPROGRESS | 64 | |
PI_SYNCHRONOUS | 128 | |
PI_APARTMENTTHREADED | 256 | |
PI_CLASSINSTALL | 512 | |
PI_PASSONBINDCTX | 8192 | |
PI_LOADAPPDIRECT | 16384 | |
PI_NOMIMEHANDLER | 32768 | |
PD_FORCE_SWITCH | 65536 | |
PI_PREFERDEFAULTHANDLER | 131072 |
Product | Versions |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |