Share via


IAxWinHostWindow::SetExternalUIHandler

STDMETHOD( SetExternalUIHandler )( IDocHostUIHandlerDispatch* pUIHandler );

Return Value

A standard HRESULT value.

Parameters

pUIHandler

[in] A pointer to an IDocHostUIHandlerDispatch interface.

Remarks

Call this function to set the external interface for the CAxWindow object.

This interface is used by controls (such as the Web browser control) that query the host's site for the IDocHostUIHandlerDispatch interface.

IAxWinHostWindow OverviewClass Members

See Also

CAxWindow::SetExternalUIHandler