Microsoft SDK for Java

IJavaEventMonitorIDInfo2::
GetClassPath

The GetClassPath method of the IJavaEventMonitorIDInfo2 interface is called by a profiler to retrieve the current class path for the Java process being monitored. The class path is established by the Microsoft VM based on the CLASSPATH environment variable and four Win32 registry settings. The class path describes locations searched by the Microsoft VM when loading system classes.

The GetClassPath method is implemented only by the IJavaEventMonitorIDInfo2 and IJavaEventMonitorIDInfo3 interfaces.

Syntax

HRESULT GetClassPath(LPSTR *ppszClassPath);

Return Value

A class path for a Java process.

Parameters

[out] *ppszClassPath The current class path for the Java process being monitored.

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