Share via


BSCF (Windows Embedded CE 6.0)

1/6/2010

This enumeration's values are passed to the client in the IBindStatusCallback::OnDataAvailable method to indicate the type of data that is available.

Syntax

            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

Header urlmon.h, urlmon.idl
Library urlmon.lib
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

URL Moniker Services Enumerations