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's values are passed to the client in the IBindStatusCallback::OnDataAvailable method to indicate the type of data that is available.
typedef enum {BSCF_FIRSTDATANOTIFICATION,BSCF_INTERMEDIATEDATANOTIFICATION,BSCF_LASTDATANOTIFICATION,BSCF_DATAFULLYAVAILABLE,BSCF_AVAILABLEDATASIZEUNKNOWN} BSCF;
Elements
- BSCF_FIRSTDATANOTIFICATION
Identify the first call to IBindStatusCallback::OnDataAvailable for a given bind operation. - BSCF_INTERMEDIATEDATANOTIFICATION
Identify an intermediate call to IBindStatusCallback::OnDataAvailable for a bind operation. - BSCF_LASTDATANOTIFICATION
Identify the last call to IBindStatusCallback::OnDataAvailable for a bind operation. - BSCF_DATAFULLYAVAILABLE
All of the requested data is available. - BSCF_AVAILABLEDATASIZEUNKNOWN
Size of the data available is unknown.
Requirements
Pocket PC: Pocket PC 2000 and later
Smartphone: Smartphone 2002 and later
OS Versions: Windows CE .NET 4.0 and later.
Header: Urlmon.h, Urlmon.idl.
Library: urlmon.lib
Send Feedback on this topic to the authors