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.
Indicates the type of data that is available when passed to the client in IBindStatusCallback::OnDataAvailable.
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaration
Public Enumeration BSCF
public enum BSCF
public enum class BSCF
type BSCF
public enum BSCF
Members
Member name | Description | |
---|---|---|
BSCF_AVAILABLEDATASIZEUNKNOWN | Indicates that the size of the data available is unkown. | |
BSCF_DATAFULLYAVAILABLE | Indicates that all of the requested data is available. | |
BSCF_FIRSTDATANOTIFICATION | Identifies the first call to IBindStatusCallback::OnDataAvailable for a given bind operation. | |
BSCF_INTERMEDIATEDATANOTIFICATION | Identifies an intermediate call to IBindStatusCallback::OnDataAvailable for a bind operation. | |
BSCF_LASTDATANOTIFICATION | Identify the last call to IBindStatusCallback::OnDataAvailable for a bind operation. |