CBindStatusCallback::m_dwTotalRead

DWORD m_dwTotalRead;

Remarks

The cumulative total of bytes read in the asynchronous data transfer. Incremented every time OnDataAvailable is called by the number of bytes actually read. Initialized to zero in StartAsyncDownload.

CBindStatusCallback OverviewClass Members

See Also   CBindStatusCallback::StartAsyncDownload, CBindStatusCallback::OnDataAvailable