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.
HRESULT GetClassPath(LPSTR *ppszClassPath);
A class path for a Java process.
[out] *ppszClassPath | The current class path for the Java process being monitored. |