extern.h

来自「SMAL是short message abstract library的缩写,是」· C头文件 代码 · 共 50 行

H
50
字号
/**
*	extern.h
*	
*	Short Message Abstractive Library.(SMAL)
*
*	Copyright 2003-2006	北京风起水流软件工作室
*	
*	http://www.zealware.com
*	
*	princetoad@zealware.com
*
*/

#ifndef _SMAL_EXTERN_H_
#define _SMAL_EXTERN_H_

#include <common/util.h>

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

extern bool				g_fStarted;
extern bool				g_fStop;
extern bool				g_fSendStop;
extern bool				g_fQueueCreated;
extern bool				g_fDbConnected;
extern bool				g_fLogCreated;
extern bool				g_fLogThreadCreated;
extern bool				g_fSendThreadCreated;
extern bool				g_fMTConnected;
extern bool				g_fMOConnected;
extern bool				g_fMTAndMOConnected;
extern bool				g_fGWConnected;
extern bool				g_fDealOver;
extern bool g_fDealOverCmpp2;

extern char				g_sz_logdate[9];
extern CLogFile		*plog;
extern char				g_logfile_name[MAX_PATH+1];
extern struct queues			g_com_queues;
extern thread_info	g_threadinfo[4];

extern tagMonitoredSmal *pMapped;
extern CGWCMPP2Config		g_Cmpp2Config;

///////////////////////////////////////////////////////////////////////////////
//
extern BOOL SendMTMsg();

#endif

⌨️ 快捷键说明

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