BINDSTATUS Enum

Definition

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

public enum class BINDSTATUS
public enum class BINDSTATUS
enum BINDSTATUS
public enum BINDSTATUS
type BINDSTATUS = 
Public Enum BINDSTATUS
Inheritance
BINDSTATUS

Fields

BINDSTATUS_ACCEPTRANGES 33

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

BINDSTATUS_BEGINDOWNLOADCOMPONENTS 7

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

BINDSTATUS_BEGINDOWNLOADDATA 4

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

BINDSTATUS_BEGINSYNCOPERATION 15

Notifies the client application that a synchronous operation has started.

BINDSTATUS_BEGINUPLOADDATA 17

Notifies the client application that the file upload has started.

BINDSTATUS_CACHEFILENAMEAVAILABLE 14

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 12

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

BINDSTATUS_CLASSINSTALLLOCATION 23

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

BINDSTATUS_CLSIDCANINSTANTIATE 28

Notifies the Urlmon.dll that this CLSID is for the class the Urlmon.dll should return to the client on a call to BindToObject(IBindCtx, IMoniker, Guid, Object). This value was added for Internet Explorer 5.

BINDSTATUS_COMPACT_POLICY_RECEIVED 35

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

BINDSTATUS_CONNECTING 2

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(UInt32, UInt32, UInt32, String) method provides the display name of the resource being connected to (for example, an IP address).

BINDSTATUS_CONTENTDISPOSITIONATTACH 26

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.

34

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

38

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

42

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.

41

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.

40

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

39

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

37

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

36

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

BINDSTATUS_DECODING 24

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

BINDSTATUS_DIRECTBIND 30

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 5

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

BINDSTATUS_ENCODING 21

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

BINDSTATUS_ENDDOWNLOADCOMPONENTS 9

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

BINDSTATUS_ENDDOWNLOADDATA 6

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

BINDSTATUS_ENDSYNCOPERATION 16

Notifies the client application that the synchronous operation has completed.

BINDSTATUS_ENDUPLOADDATA 19

Notifies the client application that the file upload has completed.

BINDSTATUS_FILTERREPORTMIMETYPE 27

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 1

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(UInt32, UInt32, UInt32, String) method provides the display name of the resource being searched for (for example, "www.microsoft.com").

BINDSTATUS_INSTALLINGCOMPONENTS 8

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

BINDSTATUS_IUNKNOWNAVAILABLE 29

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

BINDSTATUS_LOADINGMIMEHANDLER 25

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

BINDSTATUS_MIMETYPEAVAILABLE 13

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

BINDSTATUS_P3P_HEADER 44

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

46

Notifies the client application that a persistent cookie was received.

BINDSTATUS_POLICY_HREF 43

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

BINDSTATUS_PROTOCOLCLASSID 20

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

BINDSTATUS_PROXYDETECTING 32

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

BINDSTATUS_RAWMIMETYPE 31

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

BINDSTATUS_REDIRECTING 3

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

BINDSTATUS_SENDINGREQUEST 11

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

45

Notifies the client application that a session cookie was received.

BINDSTATUS_SESSION_COOKIES_ALLOWED 47

Notifies the client application that session cookies are allowed.

BINDSTATUS_UPLOADINGDATA 18

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

BINDSTATUS_USINGCACHEDCOPY 10

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(UInt32, UInt32, UInt32, String) method is NULL.

BINDSTATUS_VERIFIEDMIMETYPEAVAILABLE 22

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

Applies to