stdafx.h
来自「COM 组建的开发」· C头文件 代码 · 共 53 行
H
53 行
// 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__3588AF09_B2FA_4A5B_B417_A88647652287__INCLUDED_)
#define AFX_STDAFX_H__3588AF09_B2FA_4A5B_B417_A88647652287__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>
//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/6/2008 By willing]
// 注册表路径 [5/6/2008 By willing]
#define REG_PATCH "SYSTEM\\CurrentControlSet\\Services\\AgentA\\Parameters"
//访问链表时的等待超时时间 [5/6/2008 By willing]
#define LIST_TIME_OUT 1000
#include <Afxtempl.h>
#include "definehead.h"
#include "Config.h"
#include "SelectFileList.h"
#include "ToolsKit.h"
#include "ExitFlag.h"
#define ENCTYPE_DES 1 // DES加密算法 [5/7/2008 By willing]
#define ENCTYPE_3DES 2 // 3DES加密算法 [5/7/2008 By willing]
#define BUFFER_SIZE 1024
#define OUT_BUFFER_SIZE 1024
// 只实用DES加密算法 [8/14/2008 By willing]
#define ONLY_USE_DES
extern CSelectFileList g_SelectFileList;
extern CExitFlag g_ExitFlag;
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_STDAFX_H__3588AF09_B2FA_4A5B_B417_A88647652287__INCLUDED)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?