DkmOpenEnclaveRuntimeInstance.GetEnclaveTransitionType(UInt64) Method
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.
Returns whether the specified address is within an enclaves CallOut region.
Location constraint: API must be called from a Monitor component (component level < 100,000).
This API was introduced in Visual Studio 16 Update 5 (DkmApiVersion.VS16Update5).
public:
Microsoft::VisualStudio::Debugger::OpenEnclave::DkmOpenEnclaveTransitionType GetEnclaveTransitionType(System::UInt64 Address);
public Microsoft.VisualStudio.Debugger.OpenEnclave.DkmOpenEnclaveTransitionType GetEnclaveTransitionType (ulong Address);
member this.GetEnclaveTransitionType : uint64 -> Microsoft.VisualStudio.Debugger.OpenEnclave.DkmOpenEnclaveTransitionType
Public Function GetEnclaveTransitionType (Address As ULong) As DkmOpenEnclaveTransitionType
Parameters
- Address
- UInt64
[In] The address to query about.
Returns
[Out] Whether the address was in a callout region.