HRESULT 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 that query the host’s site for the IDocHostUIHandlerDispatch interface. The WebBrowser control is one control that does this.
CAxWindow Overview | Class Members
See Also