Contents Index Topic Contents | ||
Previous Topic: ICustomDoc Interface Next Topic: IDocHostUIHandler Interface |
ICustomDoc::SetUIHandler
HRESULT SetUIHandler( IDocHostUIHandler *pUIHandler );Sets IE4/MSHTML's IDocHostUIHandler.
- Returns S_OK if successful, or an OLE-defined error code otherwise.
- pUIHandler
- Address of the host's IDocHostUIHandler interface.
IE4/MSHTML will release its previous IDocHostUIHandler interface (if one is present) and call pUIHandler's AddRef method.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.