Language

IDebugComPlusSymbolProvider110.IsAsyncResumePoint(IDebugAddress) Method

Definition

public:
 int IsAsyncResumePoint(Microsoft::VisualStudio::Debugger::Interop::IDebugAddress ^ pAddress);
public:
 int IsAsyncResumePoint(Microsoft::VisualStudio::Debugger::Interop::IDebugAddress ^ pAddress);
int IsAsyncResumePoint(Microsoft::VisualStudio::Debugger::Interop::IDebugAddress const & pAddress);
public int IsAsyncResumePoint(Microsoft.VisualStudio.Debugger.Interop.IDebugAddress pAddress);
abstract member IsAsyncResumePoint : Microsoft.VisualStudio.Debugger.Interop.IDebugAddress -> int
Public Function IsAsyncResumePoint (pAddress As IDebugAddress) As Integer

Parameters

pAddress
IDebugAddress

Returns

Applies to