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