recsys.h

来自「百色电信中继电话录音系统,是对于电话会议接入到本中继系统进行电话录音」· C头文件 代码 · 共 56 行

H
56
字号
// recsys.h : main header file for the RECSYS application
//

#if !defined(AFX_RECSYS_H__4BF2F37C_F877_4C95_9465_745500970B4A__INCLUDED_)
#define AFX_RECSYS_H__4BF2F37C_F877_4C95_9465_745500970B4A__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
#define WM_PROCMSG		WM_USER+1	//界面处理各线程的消息
#define FTP_WANTE		WM_USER+2	//要求执行FTP
#define WM_EXESQL		WM_USER+3	//要求执行SQL
#define WM_KILLTHREAD	WM_USER+4	//线程自动销毁
#define WM_GETFTPQUEUE	WM_USER+5	//
#define WM_COMM			WM_USER+6	//进程间通讯
/////////////////////////////////////////////////////////////////////////////
// CRecsysApp:
// See recsys.cpp for the implementation of this class
//
#include "testsys.h"
extern CTestSys* ptestsys;
class CRecsysApp : public CWinApp
{
public:
	CRecsysApp();

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CRecsysApp)
	public:
	virtual BOOL InitInstance();
	//}}AFX_VIRTUAL

// Implementation

	//{{AFX_MSG(CRecsysApp)
		// NOTE - the ClassWizard will add and remove member functions here.
		//    DO NOT EDIT what you see in these blocks of generated code !
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};


/////////////////////////////////////////////////////////////////////////////

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_RECSYS_H__4BF2F37C_F877_4C95_9465_745500970B4A__INCLUDED_)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?