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


CConnectionPoint::QuerySinkInterface

Retrieves a pointer to the requested sink interface.

virtual HRESULT QuerySinkInterface(
   LPUNKNOWN pUnkSink,
   void** ppInterface
);

Параметры

  • pUnkSink
    The identifier of the sink interface being requested.

  • ppInterface
    A pointer to the interface pointer identified by pUnkSink. If the object does not support this interface, *ppInterface is set to NULL.

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

A standard HRESULT value.

Требования

Header: afxdisp.h

См. также

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

CConnectionPoint Class

CConnectionPoint Members

Hierarchy Chart