00001 /* 00002 Free Download Manager Copyright (c) 2003-2007 FreeDownloadManager.ORG 00003 */ 00004 00005 #include "stdafx.h" 00006 #include "Iecooks.h" 00007 #include "FDMIEStat.h" 00008 #include "FDMIECookiesBHO.h" 00009 00010 STDMETHODIMP CFDMIEStat::get_DownloadCount(long *pVal) 00011 { 00012 *pVal = CFDMIECookiesBHO::get_IEDownloadsCount (); 00013 return S_OK; 00014 }
1.5.6