CConnectionPoint::QuerySinkInterface
检索指向请求的接收接口。
virtual HRESULT QuerySinkInterface(
LPUNKNOWN pUnkSink,
void** ppInterface
);
参数
pUnkSink
请求的接收接口的标识符。ppInterface
为 pUnkSink确定的接口指针的指针。 如果对象不支持此接口,*ppInterface 设置为 NULL。
返回值
标准 HRESULT 值。
要求
Header: afxdisp.h