Microsoft SDK for Java

IRemoteProcess::
GetGlobalContainerObject

The GetGlobalContainerObject method of the IRemoteProcess interface returns the IRemoteContainerObject interface representing this Java process’s global container object. The global container object is the root container object in this Java process. It contains class objects that hold the static data of all loaded Java classes.

Syntax

HRESULT GetGlobalContainerObject(IRemoteContainerObject **ppGlobalContainerObject)

Parameters

[out] ppGlobalContainerObject Returns the global container object for this Java process.

Return Value

S_OK Success. 

E_OUTOFMEMORY Insufficient memory.

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