IDebugApplicationThread110::IsSuspendedForBreakPoint
Determines whether IDebugApplicationThreadEvents110::OnSuspendForBreakPoint has been called on this thread and has not yet completed.
Important
IDebugApplicationThread110 Interface is implemented by PDM v11.0 and greater. Found in activdbg100.h.
Syntax
HRESULT IsSuspendedForBreakPoint([out, annotation("_Out_")] BOOL * pfIsSuspended);
Parameters
pfIsSuspended
[out] true
if the thread is suspended for a breakpoint, otherwise false
.