ATL_PDATAAVAILABLE m_pFunc;
Remarks
The function pointed to by m_pFunc is called by OnDataAvailable after it reads the available data (for example, to store the data or print it to the screen).
The function pointed to by m_pFunc is a member of your object's class and has the following syntax:
void Function_Name( CBindStatusCallback<T>* pbsc, BYTE* pBytes, DWORD dwSize );
CBindStatusCallback Overview | Class Members
See Also CBindStatusCallback::StartAsyncDownload, CBindStatusCallback::OnDataAvailable