Click to return to the Networking, Protocols     
BINDF Enumerated Type     BINDINFOF Enumerated Type     URL Moniker Enumerated Ty...    
Web Workshop  |  Networking, Protocols & Data Formats

BINDINFO_OPTIONS Enumerated Type


Contains the option flags used in the BINDINFO structure.

Syntax

typedef enum{
    BINDINFO_OPTIONS_WININETFLAG        = 0x00010000,
    BINDINFO_OPTIONS_ENABLE_UTF8        = 0x00020000,
    BINDINFO_OPTIONS_DISABLE_UTF8       = 0x00040000,
    BINDINFO_OPTIONS_USE_IE_ENCODING    = 0x00080000,
    BINDINFO_OPTIONS_BINDTOOBJECT       = 0x00100000,
} BINDINFO_OPTIONS;

Constants

BINDINFO_OPTIONS_WININETFLAG
Indicates that the values contained in the dwOptionFlags member of the BINDINFO structure are Win32® Internet API flags.
BINDINFO_OPTIONS_ENABLE_UTF8
Indicates that UTF8 encoding should be enabled.
BINDINFO_OPTIONS_DISABLE_UTF8
Indicates that UTF8 encoding should be disabled.
BINDINFO_OPTIONS_USE_IE_ENCODING
Indicates that Internet Explorer's default encoding scheme should be used.
BINDINFO_OPTIONS_BINDTOOBJECT
Indicates that the application is binding to an object.

Enumerated Type Information

Windows NT Use version 4.0
Windows Use Windows 95 and later
Header Urlmon.h
Minimum availability Internet Explorer 5


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.