Microsoft SDK for Java

IRemoteProcessCallbackEx2::
BreakEvent

The BreakEvent method of the IRemoteProcessCallbackEx2 interface notifies the debugger when an asynchronous break occurs in response to the debugger calling IRemoteProcess::Break.

Syntax

HRESULT BreakEvent(IRemoteThread *pThread)

Parameters

[in] pThread The thread that generated the event.

Return Value

S_OK Leave execution suspended. 

S_FALSE Resume execution.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.