commspy.h
来自「比较详尽的介绍了短信的发送与接收的实现模块与程序」· C头文件 代码 · 共 28 行
H
28 行
// 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 + =
减小字号Ctrl + -
显示快捷键?