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

IP电话/视频会议

开发平台:

Visual C++

  1. // Share.h : main header file for the SHARE DLL
  2. //
  3. #if !defined(AFX_SHARE_H__417ED125_00E3_48F5_982B_DB6677DDF06A__INCLUDED_)
  4. #define AFX_SHARE_H__417ED125_00E3_48F5_982B_DB6677DDF06A__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. enum
  13. {
  14. VIDEO = 1 , COMMAND , CONTROL , FULLSCREEN 
  15. };
  16. /////////////////////////////////////////////////////////////////////////////
  17. // CShareApp
  18. // See Share.cpp for the implementation of this class
  19. //
  20. class CShareApp : public CWinApp
  21. {
  22. public:
  23. CShareApp();
  24. // Overrides
  25. // ClassWizard generated virtual function overrides
  26. //{{AFX_VIRTUAL(CShareApp)
  27. //}}AFX_VIRTUAL
  28. //{{AFX_MSG(CShareApp)
  29. // NOTE - the ClassWizard will add and remove member functions here.
  30. //    DO NOT EDIT what you see in these blocks of generated code !
  31. //}}AFX_MSG
  32. DECLARE_MESSAGE_MAP()
  33. };
  34. /////////////////////////////////////////////////////////////////////////////
  35. //{{AFX_INSERT_LOCATION}}
  36. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  37. #endif // !defined(AFX_SHARE_H__417ED125_00E3_48F5_982B_DB6677DDF06A__INCLUDED_)