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 values for the bind string types available for IInternetBindInfo::GetBindString.
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;
Elements
- BINDSTRING_HEADERS
Retrieves the headers associated with the request. - BINDSTRING_ACCEPT_MIMES
Retrieves the accepted Multipurpose Internet Mail Extensions (MIME) types. - BINDSTRING_EXTRA_URL
Not supported. - BINDSTRING_LANGUAGE
Retrieves the language types accepted. - BINDSTRING_USERNAME
Retrieves the user name sent with the request. - BINDSTRING_PASSWORD
Retrieves the password sent with the request. - BINDSTRING_UA_PIXELS
Not supported. - BINDSTRING_UA_COLOR
Not supported. - BINDSTRING_OS
Retrieves the server's operating system. - BINDSTRING_USERAGENT
Retrieves the user agent string used. - BINDSTRING_ACCEPT_ENCODINGS
Retrieves the encoding types accepted. - BINDSTRING_POST_COOKIE
Retrieves the posted cookie. - BINDSTRING_POST_DATA_MIME
Retrieves the MIME type of the posted data. - BINDSTRING_URL
Retrieves the Uniform Resource Locator (URL). - BINDSTRING_IID
Retrieves the class identifier (CLSID) of the resource. - BINDSTRING_FLAG_BIND_TO_OBJECT
Retrieves a string that indicates if the protocol handler is binding to an object. - BINDSTRING_PTR_BIND_CONTEXT
Retrieves the address of the IBindCtx interface.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Urlmon.h, Urlmon.idl.
Send Feedback on this topic to the authors