DkmOpenEnclaveTransitionType Enum
Definition
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.
Flags for transitions into and out of enclaves.
This API was introduced in Visual Studio 16 Update 5 (DkmApiVersion.VS16Update5).
This enumeration supports a bitwise combination of its member values.
public enum class DkmOpenEnclaveTransitionType
[System.Flags]
public enum DkmOpenEnclaveTransitionType
[<System.Flags>]
type DkmOpenEnclaveTransitionType =
Public Enum DkmOpenEnclaveTransitionType
- Inheritance
-
DkmOpenEnclaveTransitionType
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | No transition occurring. |
CallIn | 1 | A call into the enclave (from a non-enclave region). |
CallOut | 2 | A call out of the enclave (into a non-enclave region). |