1 out of 2 rated this helpful - Rate this topic

ReportData method

Reports the amount of data that is available on the thread.

Syntax


HRESULT retVal = object.ReportData(grfBSCF, ulProgress, ulProgressMax);

Parameters

grfBSCF [in]

Type: DWORD

A 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 long

An unsigned long integer value that indicates the progress made so far.

ulProgressMax [in]

Type: unsigned long

An unsigned long integer value that indicates the total amount of work to be done.

 

 

Send comments about this topic to Microsoft

Build date: 10/26/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.