Поделиться через


CComObjectRootEx::OuterQueryInterface

Retrieves an indirect pointer to the requested interface.

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

Параметры

  • 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.

Возвращаемое значение

One of the standard HRESULT values.

Требования

Header: atlcom.h

См. также

Основные понятия

CComObjectRootEx Class

CComObjectRootEx Members

CComObjectRootEx::OuterAddRef

CComObjectRootEx::OuterRelease