BINDSTRING enumeration

Contains the values for the bind string types available for IInternetBindInfo::GetBindString.

Syntax

typedef enum tagBINDSTRING { 
  BINDSTRING_HEADERS              = 1,
  BINDSTRING_ACCEPT_MIMES,
  BINDSTRING_EXTRA_URL,
  BINDSTRING_LANGUAGE,
  BINDSTRING_USERNAME,
  BINDSTRING_PASSWORD,
  BINDSTRING_UA_PIXELS,
  BINDSTRING_UA_COLOR,
  BINDSTRING_OS,
  BINDSTRING_USERAGENT,
  BINDSTRING_ACCEPT_ENCODINGS,
  BINDSTRING_POST_COOKIE,
  BINDSTRING_POST_DATA_MIME,
  BINDSTRING_URL,
  BINDSTRING_IID,
  BINDSTRING_FLAG_BIND_TO_OBJECT,
  BINDSTRING_PTR_BIND_CONTEXT,
  BINDSTRING_XDR_ORIGIN,
  BINDSTRING_DOWNLOADPATH,
  BINDSTRING_ROOTDOC_URL
} BINDSTRING;

Constants

  • BINDSTRING_HEADERS
    Not currently supported.

  • BINDSTRING_ACCEPT_MIMES
    Retrieve the accepted MIME types.

  • BINDSTRING_EXTRA_URL
    Not currently supported.

  • BINDSTRING_LANGUAGE
    Not currently supported.

  • BINDSTRING_USERNAME
    Not currently supported.

  • BINDSTRING_PASSWORD
    Not currently supported.

  • BINDSTRING_UA_PIXELS
    Not currently supported.

  • BINDSTRING_UA_COLOR
    Not currently supported.

  • BINDSTRING_OS
    Not currently supported.

  • BINDSTRING_USERAGENT
    Retrieve the user agent string used.

  • BINDSTRING_ACCEPT_ENCODINGS
    Not currently supported.

  • BINDSTRING_POST_COOKIE
    Retrieve the posted cookie.

  • BINDSTRING_POST_DATA_MIME
    Retrieve the MIME type of the posted data.

  • BINDSTRING_URL
    Retrieve the URL.

  • BINDSTRING_IID
    Internet Explorer 5. Retrieve the CLSID of the resource.

  • BINDSTRING_FLAG_BIND_TO_OBJECT
    Internet Explorer 5. Retrieve a string that indicates if the protocol handler is binding to an object.

  • BINDSTRING_PTR_BIND_CONTEXT
    Internet Explorer 5. Retrieve the address of the IBindCtx interface.

  • BINDSTRING_XDR_ORIGIN
    Internet Explorer 8. Retrieve the scheme, host, and port number of the HTTP referer URL.

  • BINDSTRING_DOWNLOADPATH
    Internet Explorer 9. Retrieve the full path to the cached download file. Used with BINDF2_SETDOWNLOADMODE to resume an interrupted download.

  • BINDSTRING_ROOTDOC_URL
    Internet Explorer 9. Retrieve the URL of the root document that has requested the resource.

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows 2000 Server

Header

Urlmon.h