The BreakEvent method of the IRemoteProcessCallbackEx2 interface notifies the debugger when an asynchronous break occurs in response to the debugger calling IRemoteProcess::Break.
HRESULT BreakEvent(IRemoteThread *pThread)
[in] pThread | The thread that generated the event. |
S_OK Leave execution suspended.
S_FALSE Resume execution.