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 IDocHostUIHandlerDispatch 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 Overview | Class Members
See Also