Microsoft SDK for Java

IRemoteProcessCallbackEx2::
ProcessDestroyEvent

The ProcessDestroyEvent method of the IRemoteProcessCallbackEx2 interface notifies the debugger when the Java process terminates. No further notifications are sent to the debugger regarding the Java process after this method is called. This method is not necessarily called before the Java process terminates. A debugger should watch for the termination of the Win32 process being debugged.

Syntax

HRESULT ProcessDestroyEvent(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.