CComObjectRootEx::OuterQueryInterface

HRESULT OuterQueryInterface( REFIID iid, void** ppvObject );

Return Value

One of the standard HRESULT values.

Parameters

iid

[in] The GUID of the interface being requested.

ppvObject

[out] A pointer to the interface pointer specified in iid, or NULL if the aggregation does not support the interface.

Remarks

Retrieves an indirect pointer to the requested interface.

CComObjectRootEx OverviewClass Members

See Also   CComObjectRootEx::OuterAddRef, CComObjectRootEx::OuterRelease