다음을 통해 공유


IAxWinHostWindow::SetExternalDispatch

Sets the external dispinterface, which is available to contained controls through the IDocHostUIHandlerDispatch::GetExternal method.

STDMETHOD( SetExternalDispatch )(
   IDispatch* pDisp 
);

Parameters

  • pDisp
    [in] A pointer to an IDispatch interface.

Return Value

A standard HRESULT value.

Requirements

Header: atliface.h

See Also

Concepts

IAxWinHostWindow Interface

IAxWinHostWindow Members

CAxWindow::SetExternalDispatch