Microsoft SDK for Java

IRemoteObjectEx::
GetContainer

The GetContainer method of the IRemoteObjectEx interface returns an IRemoteObject interface representing the container of this object.

Syntax

HRESULT GetContainer(IRemoteObject **ppContainer)

Parameters

[out] **ppContainer Returns the container of this object.

Return Value

S_OK Success. 

Remarks

**ppContainer will be NULL if the object has no container.

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