Click to Rate and Give Feedback
MSDN
MSDN Library
Web Development
Hosting and Reuse
Structures
 DOCHOSTUIINFO Structure
DOCHOSTUIINFO Structure

Used by the IDocHostUIHandler::GetHostInfo method to allow MSHTML to retrieve information about the host's UI requirements.

Syntax

typedef struct _DOCHOSTUIINFO {
    ULONG cbSize;
    DWORD dwFlags;
    DWORD dwDoubleClick;
    OLECHAR *pchHostCss;
    OLECHAR *pchHostNS;
} DOCHOSTUIINFO;

Members

cbSize
ULONG containing the size of this structure, in bytes.
dwFlags
One or more of the DOCHOSTUIFLAG values that specify the UI capabilities of the host.
dwDoubleClick
One of the DOCHOSTUIDBLCLK values that specify the operation that should take place in response to a double-click.
pchHostCss
Pointer to a set of Cascading Style Sheets (CSS) rules sent down by the host. These CSS rules affect the page containing them.
pchHostNS
Pointer to a semicolon-delimited namespace list. This list allows the host to supply a namespace declaration for custom tags on the page.

Structure Information

Header and IDL filesmshtmhst.h, mshtmhst.idl
Minimum availabilityInternet Explorer 95
Minimum operating systems Windows NT 4.0, Windows 95, Windows CE 4.0
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2008 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker