IDebugComPlusSymbolProvider110.IsLastUserSequencePoint(IDebugAddress) 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 IsLastUserSequencePoint(Microsoft::VisualStudio::Debugger::Interop::IDebugAddress ^ pAddress);
public:
int IsLastUserSequencePoint(Microsoft::VisualStudio::Debugger::Interop::IDebugAddress ^ pAddress);
int IsLastUserSequencePoint(Microsoft::VisualStudio::Debugger::Interop::IDebugAddress const & pAddress);
public int IsLastUserSequencePoint(Microsoft.VisualStudio.Debugger.Interop.IDebugAddress pAddress);
abstract member IsLastUserSequencePoint : Microsoft.VisualStudio.Debugger.Interop.IDebugAddress -> int
Public Function IsLastUserSequencePoint (pAddress As IDebugAddress) As Integer
Parameters
- pAddress
- IDebugAddress