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.
Reports the amount of data that is available on the thread.
HRESULT retVal = object.ReportData(grfBSCF, ulProgress, ulProgressMax);
grfBSCF [in]
Type: DWORDA DWORD value that evaluates to a BSCF value that indicates the type of data available. BSCF_LASTDATANOTIFICATION indicates that all available data has been reported.
ulProgress [in]
Type: unsigned longAn unsigned long integer value that indicates the progress made so far.
ulProgressMax [in]
Type: unsigned longAn unsigned long integer value that indicates the total amount of work to be done.