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.
HRESULT GetGlobalContainerObject(IRemoteContainerObject **ppGlobalContainerObject)
[out] ppGlobalContainerObject | Returns the global container object for this Java process. |
S_OK Success.
E_OUTOFMEMORY Insufficient memory.