Hyperlinks Enumerations     HLFNAMEF Enumerated Type     Hyperlinks Enumerations    
Web Workshop (Miscellaneous)

HLBWIF Enumerated Type


Contains values relating to the locations and sizes of frame-level and document-level windows within a browse context.

Syntax

typedef enum tagHLBWIF 
{ 
    HLBWIF_HASFRAMEWNDINFO,    =  0x01, 
    HLBWIF_HASDOCWNDINFO,      =  0x02, 
    HLBWIF_FRAMEWNDMAXIMIZED,  =  0x04, 
    HLBWIF_DOCWNDMAXIMIZED,    =  0x08, 
    HLBWIF_HASWEBTOOLBARINFO   =  0x10,
    HLBWIF_WEBTOOLBARHIDDEN    =  0x20
} HLBWIF; 

Constants

HLBWIF_HASFRAMEWNDINFO
This browse context has available frame-level window positioning information.
HLBWIF_HASDOCWNDINFO
This browse context has available document-level window positioning information.
HLBWIF_FRAMEWNDMAXIMIZED
This indicates that frame-level windows of the browse context should appear maximized. It is only useful in combination with HLBWIF_HASFRAMEWNDINFO.
HLBWIF_DOCWNDMAXIMIZED
This indicates that document-level windows of the browse context should appear maximized. It is only useful in combination with HLBWIF_HASDOCWNDINFO.
HLBWIF_HASWEBTOOLBARINFO
This browse context has available Web toolbar positioning information.
HLBWIF_WEBTOOLBARHIDDEN
The browse window currently has its Web toolbar hidden.

Remarks

The HLBWINFO structure is retrieved from the browse context using IHlinkBrowseContext::GetBrowseWindowInfo and put into the browse context using IHlinkBrowseContext::SetBrowseWindowInfo.

Enumerated Type Information

Windows NT Use version 4.0
Windows Use Windows 95 and later
Header Hlink.h
Minimum availability Internet Explorer 3.0


Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.