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;
Constants
- 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_USERAGENT
- 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_IID
- Retrieve the CLSID of the resource. This value was added for Microsoft® Internet Explorer 5.
- BINDSTRING_FLAG_BIND_TO_OBJECT
- Retrieve a string that indicates if the protocol handler is binding to an object. This value was added for Internet Explorer 5.
- BINDSTRING_PTR_BIND_CONTEXT
- Retrieve the address of the IBindCtx interface. This value was added for Internet Explorer 5.
Enumerated Type Information
Windows NT Use version 4.0 Windows Use Windows 95 and later Header Urlmon.h Minimum availability Internet Explorer 4.0
Windows CE
Windows CE Use version 2.12 and later Minimum availability Internet Explorer 4.0