Microsoft SDK for Java

IRemoteProcessCallbackEx2::
StartClassEvent

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.

Syntax

HRESULT StartClassEvent(LPCOLESTR pcstrStartClass)

Parameters

[in] pcstrStartClass The name of the application, applet, or COM object Java class.

Return Value

S_OK Leave execution suspended. 

S_FALSE Resume execution.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.