BINDSTATUS Enumeration

 

Contains values that are passed to the client application's implementation of the OnProgress method to indicate the progress of the bind operation.

Namespace:   Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

public enum BINDSTATUS

Member nameDescription
BINDSTATUS_ACCEPTRANGES

Reports the valid types of range requests for a resource. This value was added for Internet Explorer 5.

BINDSTATUS_BEGINDOWNLOADCOMPONENTS

Notifies the client application that the bind operation is beginning to download the component.

BINDSTATUS_BEGINDOWNLOADDATA

Notifies the client application that the bind operation has begun receiving the object or storage being bound to. The szStatusText parameter to the OnProgress method provides the display name of the data location.

BINDSTATUS_BEGINSYNCOPERATION

Notifies the client application that a synchronous operation has started.

BINDSTATUS_BEGINUPLOADDATA

Notifies the client application that the file upload has started.

BINDSTATUS_CACHEFILENAMEAVAILABLE

Notifies the client application that the temporary or cache file name of the resource is available. The temporary file name might be returned if BINDF_NOWRITECACHE is called. The temporary file will be deleted once the storage is released.

BINDSTATUS_CLASSIDAVAILABLE

Notifies the client application that the CLSID of the resource is available.

BINDSTATUS_CLASSINSTALLLOCATION

Notifies the client application that the class install location is available.

BINDSTATUS_CLSIDCANINSTANTIATE

Notifies the Urlmon.dll that this CLSID is for the class the Urlmon.dll should return to the client on a call to BindToObject. This value was added for Internet Explorer 5.

BINDSTATUS_COMPACT_POLICY_RECEIVED

Notifies the client application that a Platform for Privacy Preferences (P3P) v1 compact policy was received.

BINDSTATUS_CONNECTING

Notifies the client application that the bind operation is connecting to the resource that holds the object or storage being bound to. The szStatusText parameter to the OnProgress method provides the display name of the resource being connected to (for example, an IP address).

BINDSTATUS_CONTENTDISPOSITIONATTACH

Notifies the client application that this resource contained a Content-Disposition header that indicates that this resource is an attachment. The content of this resource should not be automatically displayed. Client applications should request permission from the user. This value was added for Internet Explorer 5.

BINDSTATUS_COOKIE_SENT

Notifies the client application that a cookie was sent with the Web request.

BINDSTATUS_COOKIE_STATE_ACCEPT

Notifies the client application that a cookie sent by the server was accepted on the client.

BINDSTATUS_COOKIE_STATE_DOWNGRADE

Notifies the client application that the cookie is a downgraded cookie. A downgraded cookie is a persistent cookie that is deleted when the browsing session ends or the cookie expires, whichever comes first. In other words, the persistent cookie becomes a session cookie.

BINDSTATUS_COOKIE_STATE_LEASH

Notifies the client application that the cookie is a leashed cookie. A leashed cookie is only sent on requests to download first-party content. When requests are made for third-party content, leashed cookies are suppressed, that is, they are not sent.

BINDSTATUS_COOKIE_STATE_PROMPT

Notifies the client application that the user settings require a prompt before performing a cookie operation.

BINDSTATUS_COOKIE_STATE_REJECT

Notifies the client application that a cookie sent by the server was rejected based on privacy and user settings.

BINDSTATUS_COOKIE_STATE_UNKNOWN

Notifies the client application that a cookie has been initialized. This is a default initialization state for cookie operations.

BINDSTATUS_COOKIE_SUPPRESSED

Notifies the client application that a cookie was suppressed from being sent to the Web server.

BINDSTATUS_DECODING

Notifies the client application that the bind operation is decoding data.

BINDSTATUS_DIRECTBIND

Reports whether or not the client application is connected directly to the pluggable protocol handler. This value was added for Internet Explorer 5.

BINDSTATUS_DOWNLOADINGDATA

Notifies the client application that the bind operation continues to receive the object or storage being bound to. The szStatusText parameter to the OnProgress method provides the display name of the data location.

BINDSTATUS_ENCODING

Notifies the client application that the Urlmon.dll is encoding data.

BINDSTATUS_ENDDOWNLOADCOMPONENTS

Notifies the client application that the bind operation has finished downloading the component.

BINDSTATUS_ENDDOWNLOADDATA

Notifies the client application that the bind operation has finished receiving the object or storage being bound to. The szStatusText parameter to the OnProgress method provides the display name of the data location.

BINDSTATUS_ENDSYNCOPERATION

Notifies the client application that the synchronous operation has completed.

BINDSTATUS_ENDUPLOADDATA

Notifies the client application that the file upload has completed.

BINDSTATUS_FILTERREPORTMIMETYPE

Notifies the client application of the new MIME type of the resource. This is used by a pluggable MIME filter to report a change in the MIME type after it has processed the resource. This value was added for Internet Explorer 5.

BINDSTATUS_FINDINGRESOURCE

Notifies the client application that the bind operation is finding the resource that holds the object or storage being bound to. The szStatusText parameter to the OnProgress method provides the display name of the resource being searched for (for example, "www.microsoft.com").

BINDSTATUS_INSTALLINGCOMPONENTS

Notifies the client application that the bind operation is installing the component.

BINDSTATUS_IUNKNOWNAVAILABLE

Reports that the IUnknown (COM) interface has been released. This value was added for Internet Explorer 5.

BINDSTATUS_LOADINGMIMEHANDLER

Notifies the client application that a pluggable MIME handler is being loaded. This value was added for Internet Explorer 5.

BINDSTATUS_MIMETYPEAVAILABLE

Notifies the client application that the MIME type of the resource is available.

BINDSTATUS_P3P_HEADER

Notifies the client application that an HTTP response from the server contains the P3P privacy header.

BINDSTATUS_PERSISTENT_COOKIE_RECEIVED

Notifies the client application that a persistent cookie was received.

BINDSTATUS_POLICY_HREF

Notifies the client application that the HTTP headers contain a link to the full privacy policy.

BINDSTATUS_PROTOCOLCLASSID

Notifies the client application that the CLSID of the protocol handler being used is available.

BINDSTATUS_PROXYDETECTING

Reports that a proxy server has been detected. This value was added for Internet Explorer 5.

BINDSTATUS_RAWMIMETYPE

Reports the MIME type of the resource, before any code sniffing is done. This value was added for Internet Explorer 5.

BINDSTATUS_REDIRECTING

Notifies the client application that the bind operation has been redirected to a different data location. The szStatusText parameter to the OnProgress method provides the display name of the new data location.

BINDSTATUS_SENDINGREQUEST

Notifies the client application that the bind operation is requesting the object or storage being bound to. The szStatusText parameter to the OnProgress method provides the display name of the object (for example, a file name).

BINDSTATUS_SESSION_COOKIE_RECEIVED

Notifies the client application that a session cookie was received.

BINDSTATUS_SESSION_COOKIES_ALLOWED

Notifies the client application that session cookies are allowed.

BINDSTATUS_UPLOADINGDATA

Notifies the client application that the file upload is in progress.

BINDSTATUS_USINGCACHEDCOPY

Notifies the client application that the bind operation is retrieving the requested object or storage from a cached copy. The szStatusText parameter to the OnProgress method is NULL.

BINDSTATUS_VERIFIEDMIMETYPEAVAILABLE

Notifies the client application that the verified MIME type is available.

Return to top
Show: