SendFile.h
上传用户:zslianheng
上传日期:2013-04-03
资源大小:946k
文件大小:2k
源码类别:

Linux/Unix编程

开发平台:

Visual C++

  1. /***************************************************************************
  2.  *                                                                         *
  3.  *   This program is free software; you can redistribute it and/or modify  *
  4.  *   it under the terms of the GNU General Public License as published by  *
  5.  *   the Free Software Foundation; either version 2 of the License, or     *
  6.  *   (at your option) any later version.                                   *
  7.  *                                                                         *
  8.  *   copyright            : (C) 2002 by Zhang Yong                         *
  9.  *   email                : z-yong163@163.com                              *
  10.  ***************************************************************************/
  11. // SendFile.h : main header file for the SENDFILE DLL
  12. //
  13. #if !defined(AFX_SENDFILE_H__8CDBFA6A_1CE3_419E_A6CA_E0CCD430F894__INCLUDED_)
  14. #define AFX_SENDFILE_H__8CDBFA6A_1CE3_419E_A6CA_E0CCD430F894__INCLUDED_
  15. #if _MSC_VER > 1000
  16. #pragma once
  17. #endif // _MSC_VER > 1000
  18. #ifndef __AFXWIN_H__
  19. #error include 'stdafx.h' before including this file for PCH
  20. #endif
  21. #include "resource.h" // main symbols
  22. /////////////////////////////////////////////////////////////////////////////
  23. // CSendFileApp
  24. // See SendFile.cpp for the implementation of this class
  25. //
  26. class CSendFileApp : public CWinApp
  27. {
  28. public:
  29. CSendFileApp();
  30. // Overrides
  31. // ClassWizard generated virtual function overrides
  32. //{{AFX_VIRTUAL(CSendFileApp)
  33. public:
  34. virtual BOOL InitInstance();
  35. //}}AFX_VIRTUAL
  36. //{{AFX_MSG(CSendFileApp)
  37. // NOTE - the ClassWizard will add and remove member functions here.
  38. //    DO NOT EDIT what you see in these blocks of generated code !
  39. //}}AFX_MSG
  40. DECLARE_MESSAGE_MAP()
  41. };
  42. /////////////////////////////////////////////////////////////////////////////
  43. //{{AFX_INSERT_LOCATION}}
  44. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  45. #endif // !defined(AFX_SENDFILE_H__8CDBFA6A_1CE3_419E_A6CA_E0CCD430F894__INCLUDED_)