Condividi tramite


IDebugComPlusSymbolProvider2.GetFunctionLineOffset Method

Definition

public:
 int GetFunctionLineOffset(Microsoft::VisualStudio::Debugger::Interop::IDebugAddress ^ pAddress, System::UInt32 dwLine, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Debugger::Interop::IDebugAddress ^ % ppNewAddress);
public int GetFunctionLineOffset (Microsoft.VisualStudio.Debugger.Interop.IDebugAddress pAddress, uint dwLine, out Microsoft.VisualStudio.Debugger.Interop.IDebugAddress ppNewAddress);
abstract member GetFunctionLineOffset : Microsoft.VisualStudio.Debugger.Interop.IDebugAddress * uint32 * IDebugAddress -> int
Public Function GetFunctionLineOffset (pAddress As IDebugAddress, dwLine As UInteger, ByRef ppNewAddress As IDebugAddress) As Integer

Parameters

pAddress
IDebugAddress
dwLine
UInt32
ppNewAddress
IDebugAddress

Returns

Implements

Applies to