Share via


BINDSTRING

Send Feedback

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

Syntax

enum {
  BINDSTRING_HEADERS,
  BINDSTRING_ACCEPT_MIMES,
  BINDSTRING_EXTRA_URL,
  BINDSTRING_LANGUAGE,
  BINDSTRING_USERNAME,
  BINDSTRING_PASSWORD,
  BINDSTRING_UA_PIXELS,
  BINDSTRING_UA_COLOR,
  BINDSTRING_OS,
  BINDSTRING_USER_AGENT,
  BINDSTRING_ACCEPT_ENCODINGS,
  BINDSTRING_POST_COOKIE,
  BINDSTRING_POST_DATA_MIME,
  BINDSTRING_URL,
  BINDSTRING_PTR_BIND_CONTEXT
} BINDSTRING;

Enumerators

  • BINDSTRING_HEADERS
    Retrieve the headers associated with the request.
  • BINDSTRING_ACCEPT_MIMES
    Retrieve the accepted MIME types.
  • BINDSTRING_EXTRA_URL
    Not currently supported.
  • BINDSTRING_LANGUAGE
    Retrieve the language types accepted.
  • BINDSTRING_USERNAME
    Retrieve the user name sent with the request.
  • BINDSTRING_PASSWORD
    Retrieve the password sent with the request.
  • BINDSTRING_UA_PIXELS
    Not currently supported.
  • BINDSTRING_UA_COLOR
    Not currently supported.
  • BINDSTRING_OS
    Retrieve the server's operating system.
  • BINDSTRING_USER_AGENT
    Retrieve the user agent string used.
  • BINDSTRING_ACCEPT_ENCODINGS
    Retrieve the encoding types accepted.
  • 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_PTR_BIND_CONTEXT
    Retrieve the address of the IBindCtx interface. This value was added for Internet Explorer 5.

Requirements

Pocket PC: Pocket PC 2000 and later
Smartphone: Smartphone 2002 and later
OS Versions: Windows CE 3.0 and later
Header: urlmon.h
Library: urlmon.lib

See Also

URL Moniker Services Enumerations

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.