The IRemoteObjectEx interface represents bound access to objects in a Java process. A debugger typically obtains an IRemoteObjectEx interface by calling QueryInterface for IID_IRemoteObjectEx on an IRemoteObject interface provided by the Microsoft VM.
// Methods HRESULT GetContainer(IRemoteObject **ppContainer) HRESULT GetIdentity(IRemoteObjectEx **ppIdentity) HRESULT IsSameObject(IRemoteObject *other)