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.
HRESULT ProcessDestroyEvent(IRemoteThread *pThread)
[in] pThread | The thread that generated the event. |
S_OK Leave execution suspended.
S_FALSE Resume execution.