The LoadCompleteEvent method of the IRemoteProcessCallbackEx2 interface notifies the debugger when all Java classes directly required by the class being debugged have been loaded.
HRESULT LoadCompleteEvent(IRemoteThread *pThread)
[in] pThread | The thread that generated the event. |
S_OK Leave execution suspended.
S_FALSE Resume execution.