⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 stdafx.h

📁 COM 组建的开发
💻 H
字号:
// stdafx.h : include file for standard system include files,
//      or project specific include files that are used frequently,
//      but are changed infrequently

#if !defined(AFX_STDAFX_H__52D4C611_75B4_4EB4_9FF6_815F55F5247C__INCLUDED_)
#define AFX_STDAFX_H__52D4C611_75B4_4EB4_9FF6_815F55F5247C__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

#define STRICT
#ifndef _WIN32_WINNT
#define _WIN32_WINNT 0x0400
#endif
#define _ATL_APARTMENT_THREADED

#include <afxwin.h>
#include <afxdisp.h>

#include <atlbase.h>

#include <Afxtempl.h>
//You may derive a class from CComModule and use it if you want to override
//something, but do not change the name of _Module
extern CComModule _Module;
#include <atlcom.h>

// 数据类型定义 [5/12/2008 By willing]
#define DEBUG_LOG			3000
#define SYS_LOG				3100
#define MODEL_POLICY		2000		// 该编号标示,目标数据是策略 [12/20/2007 Add by Willing]
#define CLEAR_POLICY		2900		// 清除其他模块的当前策略 [3/11/2008 By willing]
// 模块定义 [5/12/2008 By willing]
#define JDMAIN_NUM			0			//JDMain的模块编号
#define NET_NUM				1			//通信模块的编号
#define LOG_NUM				2			// 日志模块的编号 [12/11/2007 Add by Willing]
#define ASSET_NUM			3			// 资产模块的编号 [12/11/2007 Add by Willing]
#define	POLICY_NUM			4			// 策略模块的编号 [12/11/2007 Add by Willing]
#define GUARD_NUM			5			// 看守模块的编号 [1/21/2008 By willing]
#define ProSvr_NUM			6			// 进程服务控制模块的编号 [1/21/2008 By willing]
#define WLJK_NUM			7			// 外联监控模块的编号 [1/21/2008 By willing]
#define WSKZ_NUM			8			// 外设控制模块的编号 [1/21/2008 By willing]
#define FILESPY_NUM			9			// 文件监视模块的编号 [1/21/2008 By willing]
#define NETFILTER_NUM		10			// 上网行为控制模块的编号 [1/21/2008 By willing]
#define CUNSHEBEI_NUM		11			// 存储设备模块 [2/23/2008 By willing]
#define REMOTE_NUM			12			// 远程控制模块 [4/8/2008 By willing]
#define INTERFERE_NUM		13			// 安全接入模块 [4/8/2008 By willing]
#define SCREEN_NUM			14			// 屏幕监控 [4/8/2008 By willing]
#define MENDDISPENSE_NUM	15			// 补丁分发 [4/8/2008 By willing]
#define SOFT_NUM			16			// 软件分发 [4/8/2008 By willing]
#define UICOM_NUM			17			// UICOM模块组件编号 [5/15/2008 By willing]		
#define FILEENC_NUM			18			// 文件加密 [5/12/2008 By willing]

#define SELF_NUM			FILEENC_NUM		//本模块的编号

#include "DataCenter.h"
#include "ConfigInfo.h"
#include "Log.h"
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_STDAFX_H__52D4C611_75B4_4EB4_9FF6_815F55F5247C__INCLUDED)

⌨️ 快捷键说明

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