Поделиться через


CBindStatusCallback::m_pFunc

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;

Заметки

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

);

Требования

Header: atlctl.h

См. также

Основные понятия

CBindStatusCallback Class

CBindStatusCallback Members

CBindStatusCallback::StartAsyncDownload

CBindStatusCallback::OnDataAvailable