Group: microsoft.public.vc.atl · Group Profile · Search for lock when call AfxMessageBox in message handler or in microsoft.public.vc.atl
Author: Alexander Nickolov
Date: May 7, 2007 10:45
... with dual interface, i am calling the callback event in the...(CSink, DIID__IWebLinkHelperEvents, Dispatch) END_INTERFACE_MAP() ///////////////////////////////////////////////////////////////////////////// // CSink message handlers HRESULT CSink::DownloadComplete(BSTR...Status",NULL); CString result(res); AfxMessageBox(result); isDownloadComplete = TRUE; return S_OK...
|