Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This enumeration contains the option flags used in the BINDINFO structure.
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;
Elements
- 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 Microsoft® Internet Explorer's default encoding scheme should be used. - BINDINFO_OPTIONS_BINDTOOBJECT
Indicates that the application is binding to an object.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Urlmon.h, Urlmon.idl.
See Also
Send Feedback on this topic to the authors