File.h
资源名称:视频会议系统.rar [点击查看]
上传用户:popouu88
上传日期:2013-02-11
资源大小:2894k
文件大小:1k
源码类别:
IP电话/视频会议
开发平台:
Visual C++
- // File.h : main header file for the FILE DLL
- //
- #if !defined(AFX_FILE_H__B42B8EB2_B140_426F_A5D7_7D2D1674F1E1__INCLUDED_)
- #define AFX_FILE_H__B42B8EB2_B140_426F_A5D7_7D2D1674F1E1__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- #ifndef __AFXWIN_H__
- #error include 'stdafx.h' before including this file for PCH
- #endif
- #include "resource.h" // main symbols
- #include "Pop3.h"
- #include "PackagePSendFileREQ.h"
- #include "PackagePSendFileRES.h"
- #include "PackagePStartSendFile.h"
- #include "PackagePSendFile.h"
- extern "C" __declspec( dllimport ) bool ScrollBar( HWND hWnd );
- /////////////////////////////////////////////////////////////////////////////
- // CFileApp
- // See File.cpp for the implementation of this class
- //
- class CFileApp : public CWinApp
- {
- public:
- CFileApp();
- CString appName;
- protected:
- //{{AFX_VIRTUAL(CFileApp)
- public:
- virtual BOOL InitInstance();
- //}}AFX_VIRTUAL
- //{{AFX_MSG(CFileApp)
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- private:
- CPop3 pop3;
- };
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_FILE_H__B42B8EB2_B140_426F_A5D7_7D2D1674F1E1__INCLUDED_)