DOCHOSTUIINFODOCHOSTUIINFO*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IDocHostUIHandler Structures and Enumerations
*Next Topic: DOCHOSTUIFLAG

DOCHOSTUIINFO

typedef struct _DOCHOSTUIINFO{
    ULONG cbSize; 
    DWORD dwFlags; 
    DWORD dwDoubleClick; 
}DOCHOSTUIINFO;

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

cbSize
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.

Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.