IDebugComPlusSymbolProvider110.IsAsyncResumePoint(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 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