The ClassLoadEvent method of the IRemoteProcessCallbackEx2 interface notifies the debugger when a Java class is loaded.
HRESULT ClassLoadEvent(IRemoteThread *pThread, IRemoteClassField *pClassType)
[in] pThread | The thread that generated the event. |
[in] pClassType | The class that was loaded. |
S_OK Leave execution suspended.
S_FALSE Resume execution.