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

📄 commspy.h

📁 比较详尽的介绍了短信的发送与接收的实现模块与程序
💻 H
字号:
// commspy.h : main header file for the COMMSPY application
//

#ifndef _INC_COMMSPY_
#define _INC_COMMSPY_

#include "resource.h"		// main symbols


void ReportLastError();


/////////////////////////////////////////////////////////////////////////////
// CCommspyApp:
class CCommspyApp : public CWinApp
{
public:
	CCommspyApp();

public:
	virtual BOOL InitInstance();

	DECLARE_MESSAGE_MAP()
};


#endif

⌨️ 快捷键说明

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