MiddleWares_YiHe 郑州颐和医院随访系统中间件

CTI.h 488B

1234567891011121314151617181920212223242526272829303132333435
  1. // CTI.h : PROJECT_NAME 应用程序的主头文件
  2. //
  3. #pragma once
  4. #ifndef __AFXWIN_H__
  5. #error "在包含此文件之前包含“stdafx.h”以生成 PCH 文件"
  6. #endif
  7. #include "resource.h" // 主符号
  8. #include <map>
  9. #include <string>
  10. using namespace std;
  11. // CCTIApp:
  12. // 有关此类的实现,请参阅 CTI.cpp
  13. //
  14. class CCTIApp : public CWinApp
  15. {
  16. public:
  17. CCTIApp();
  18. // 重写
  19. public:
  20. virtual BOOL InitInstance();
  21. static UINT StageStartThread(LPVOID lp);
  22. // 实现
  23. DECLARE_MESSAGE_MAP()
  24. };
  25. extern CCTIApp theApp;