EncUnavailableReason 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.
C++
public enum class EncUnavailableReason
public enum EncUnavailableReason
type EncUnavailableReason =
Public Enum EncUnavailableReason
- Inheritance
-
EncUnavailableReason
Name | Value | Description |
---|---|---|
ENCUN_NONE | 0 | |
ENCUN_INTEROP | 1 | |
ENCUN_SQLCLR | 2 | |
ENCUN_MINIDUMP | 3 | |
ENCUN_EMBEDDED | 4 | |
ENCUN_ATTACH | 5 | |
ENCUN_WIN64 | 6 | |
ENCUN_STOPONEMODE | 7 | |
ENCUN_MODULENOTLOADED | 8 | |
ENCUN_MODULERELOADED | 9 | |
ENCUN_INRUNMODE | 10 | |
ENCUN_NOTBUILT | 11 | |
ENCUN_REMOTE | 12 |
Product | Versions |
---|---|
Visual Studio SDK | 2019, 2022 |