00001 /* 00002 Free Download Manager Copyright (c) 2003-2007 FreeDownloadManager.ORG 00003 */ 00004 00005 00006 00007 00008 00009 #ifndef __UPLOADS_DLL_H_ 00010 #define __UPLOADS_DLL_H_ 00011 00012 namespace vmsUploadsDll 00013 { 00014 00015 const int DLL_INTERFACE_VERSION = 2; 00016 const int DLL_BUILD_NUMBER = 640; 00017 00018 const char* const MSG_NAME_1 = "msg - fumcore - uplds deleted"; 00019 00020 #include "vmsUploadsWnd.h" 00021 #include "vmsDllCaller.h" 00022 00023 typedef void (*FNSDC)(vmsDllCaller*); 00024 00025 typedef vmsUploadsWnd* (*FNCUW)(CWnd *pwndParent); 00026 00027 typedef void (*FNSIS) (CWnd *pwndParent); 00028 00029 typedef void (*FNEI) (BOOL bEnable, DWORD dwReserved); 00030 00031 typedef void (*FNGV) (DWORD *dwMajorVersion, DWORD *dwMinorVersion); 00032 00033 }; 00034 00035 #endif
1.5.6