File.h
上传用户:popouu88
上传日期:2013-02-11
资源大小:2894k
文件大小:1k
源码类别:

IP电话/视频会议

开发平台:

Visual C++

  1. // File.h : main header file for the FILE DLL
  2. //
  3. #if !defined(AFX_FILE_H__B42B8EB2_B140_426F_A5D7_7D2D1674F1E1__INCLUDED_)
  4. #define AFX_FILE_H__B42B8EB2_B140_426F_A5D7_7D2D1674F1E1__INCLUDED_
  5. #if _MSC_VER > 1000
  6. #pragma once
  7. #endif // _MSC_VER > 1000
  8. #ifndef __AFXWIN_H__
  9. #error include 'stdafx.h' before including this file for PCH
  10. #endif
  11. #include "resource.h" // main symbols
  12. #include "Pop3.h"
  13. #include "PackagePSendFileREQ.h"
  14. #include "PackagePSendFileRES.h"
  15. #include "PackagePStartSendFile.h"
  16. #include "PackagePSendFile.h"
  17. extern "C" __declspec( dllimport ) bool ScrollBar( HWND hWnd );
  18. /////////////////////////////////////////////////////////////////////////////
  19. // CFileApp
  20. // See File.cpp for the implementation of this class
  21. //
  22. class CFileApp : public CWinApp
  23. {
  24. public:
  25. CFileApp();
  26. CString   appName;
  27. protected:
  28. //{{AFX_VIRTUAL(CFileApp)
  29. public:
  30. virtual BOOL InitInstance();
  31. //}}AFX_VIRTUAL
  32. //{{AFX_MSG(CFileApp)
  33. //}}AFX_MSG
  34. DECLARE_MESSAGE_MAP()
  35. private:
  36. CPop3 pop3;
  37. };
  38. /////////////////////////////////////////////////////////////////////////////
  39. //{{AFX_INSERT_LOCATION}}
  40. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  41. #endif // !defined(AFX_FILE_H__B42B8EB2_B140_426F_A5D7_7D2D1674F1E1__INCLUDED_)