The StartClassEvent method of the IRemoteProcessCallbackEx2 interface notifies the debugger that the Microsoft VM has loaded a Java application, applet, or COM object in the Java process.
HRESULT StartClassEvent(LPCOLESTR pcstrStartClass)
[in] pcstrStartClass | The name of the application, applet, or COM object Java class. |
S_OK Leave execution suspended.
S_FALSE Resume execution.