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.
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).
ATL_PDATAAVAILABLE m_pFunc;
Remarks
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
);
Requirements
Header: atlctl.h
See Also
Reference
CBindStatusCallback::StartAsyncDownload
CBindStatusCallback::OnDataAvailable