BINDINFO_OPTIONS enumeration

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_SECURITYOPTOUT            = 0x00200000,
  BINDINFO_OPTIONS_IGNOREMIMETEXTPLAIN       = 0x00400000,
  BINDINFO_OPTIONS_USEBINDSTRINGCREDS        = 0x00800000,
  BINDINFO_OPTIONS_IGNOREHTTPHTTPSREDIRECTS  = 0x01000000,
  BINDINFO_OPTIONS_IGNORE_SSLERRORS_ONCE     = 0x02000000,
  BINDINFO_WPC_DOWNLOADBLOCKED               = 0x08000000,
  BINDINFO_WPC_LOGGING_ENABLED               = 0x10000000,
  BINDINFO_OPTIONS_DISABLEAUTOREDIRECTS      = 0x40000000,
  BINDINFO_OPTIONS_SHDOCVW_NAVIGATE          = (int) 0x80000000,
  BINDINFO_OPTIONS_ALLOWCONNECTDATA          = 0x20000000
} 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 UTF-8 encoding should be enabled.

  • BINDINFO_OPTIONS_DISABLE_UTF8
    Indicates that UTF-8 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.

  • BINDINFO_OPTIONS_SECURITYOPTOUT
    Internet Explorer 6 for Windows XP SP2 or later. Indicates that the application is not using the security checks made during the IMoniker::BindToObject call.

  • BINDINFO_OPTIONS_IGNOREMIMETEXTPLAIN
    Internet Explorer 6 for Windows XP SP2 or later. Indicates that the application should ignore the text/plain content type.

  • BINDINFO_OPTIONS_USEBINDSTRINGCREDS
    Indicates that the application wants urlmon to use the credentials provided in the BINDINFO structure. Urlmon calls the IInternetBindInfo::GetBindString method to retrieve BINDSTRING_USERNAME and BINDSTRING_PASSWORD from the BINDINFO structure and uses them for authentication.

  • BINDINFO_OPTIONS_IGNOREHTTPHTTPSREDIRECTS
    Internet Explorer 6 for Windows XP SP2 or later. Indicates that page redirections are not allowed.

  • BINDINFO_OPTIONS_IGNORE_SSLERRORS_ONCE
    Internet Explorer 7. Indicates that the application should not report SSL errors such as invalid certificate authority, date, or common name, and resend the request with the specific error ignored. Normally these errors would cause the WinInet security warning dialog to be displayed. The flag is reset after it is triggered once. This flag has no effect if Internet Explorer feature FEATURE_SSLUX is disabled.

  • BINDINFO_WPC_DOWNLOADBLOCKED
    Windows Vista. Indicates that Windows Parental Control download blocking is enabled.

  • BINDINFO_WPC_LOGGING_ENABLED
    Windows Vista. Indicates that Windows Parental Control logging is enabled.

  • BINDINFO_OPTIONS_DISABLEAUTOREDIRECTS
    Internet Explorer 7. Disables automatic redirects based on the DOCHOSTUIFLAG_ENABLE_REDIRECT_NOTIFICATION flag. See also Overriding redirection requests.

  • BINDINFO_OPTIONS_SHDOCVW_NAVIGATE
    Internet Explorer 6 for Windows XP SP2 or later. Reserved. Do not use.

  • BINDINFO_OPTIONS_ALLOWCONNECTDATA
    Internet Explorer 8. Indicates that urlmon should show connect mesages in the context of the content source (normally the proxy), and should capture the redirect and the error content by setting this bind option.

Remarks

Internet Explorer 8. BINDINFO_OPTIONS_SHDOCVW_NAVIGATE was cast as an int as of Internet Explorer 8.

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows 2000 Server

Product

Internet Explorer 5

Header

Urlmon.h