BSCFBSCF*
*Contents  *Index  *Topic Contents
*Previous Topic: BINDVERB
*Next Topic: CIP_STATUS

BSCF

typedef {
    BSCF_FIRSTDATANOTIFICATION,
    BSCF_INTERMEDIATEDATANOTIFICATION
    BSCF_LASTDATANOTIFICATION,
    BSCF_DATAFULLYAVAILABLE,
    BSCF_AVAILABLEDATASIZEUNKNOWN
} BSCF;

Values from the BSCF enumeration are passed to the client in IBindStatusCallback::OnDataAvailable to indicate the type of data that is available.

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.

Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.