ICustomDoc interface
Enables a host to set the MSHTML IDocHostUIHandler interface.
Members
The ICustomDoc interface inherits from the IUnknown interface but does not have additional members.
Remarks
Typically, MSHTML calls the host client site's QueryInterface method to obtain the IDocHostUIHandler interface. MSHTML implements ICustomDoc so that a host that does not implement a client site can still use MSHTML UI customization features.
Note The ICustomDoc interface is designed for applications that host MSHTML directly. It is not intended to replace an existing IDocHostUIHandler object that is provided by the true MSHTML host. Windows Internet Explorer and the WebBrowser control provide their own implementation of the IDocHostUIHandler interface. If you try to replace that interface by using the ICustomDoc interface, you may experience unexpected behavior.
Requirements
Minimum supported client |
Windows XP |
Minimum supported server |
Windows 2000 Server |
Header |
Mshtmhst.h |
IDL |
Mshtmhst.idl |