BSCF Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates the type of data that is available when passed to the client in IBindStatusCallback::OnDataAvailable.
public enum class BSCF
public enum class BSCF
enum BSCF
public enum BSCF
type BSCF =
Public Enum BSCF
- Inheritance
-
BSCF
Fields
BSCF_AVAILABLEDATASIZEUNKNOWN | 16 | Indicates that the size of the data available is unkown. |
BSCF_DATAFULLYAVAILABLE | 8 | Indicates that all of the requested data is available. |
BSCF_FIRSTDATANOTIFICATION | 1 | Identifies the first call to IBindStatusCallback::OnDataAvailable for a given bind operation. |
BSCF_INTERMEDIATEDATANOTIFICATION | 2 | Identifies an intermediate call to IBindStatusCallback::OnDataAvailable for a bind operation. |
BSCF_LASTDATANOTIFICATION | 4 | Identify the last call to IBindStatusCallback::OnDataAvailable for a bind operation. |