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