IDebugDisassemblyStream2.GetCodeContext(UInt64, IDebugCodeContext2) 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.
public:
int GetCodeContext(System::UInt64 uCodeLocationId, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Debugger::Interop::IDebugCodeContext2 ^ % ppCodeContext);
public int GetCodeContext(ulong uCodeLocationId, out Microsoft.VisualStudio.Debugger.Interop.IDebugCodeContext2 ppCodeContext);
abstract member GetCodeContext : uint64 * IDebugCodeContext2 -> int
Public Function GetCodeContext (uCodeLocationId As ULong, ByRef ppCodeContext As IDebugCodeContext2) As Integer
Parameters
- uCodeLocationId
- UInt64
- ppCodeContext
- IDebugCodeContext2