commhook.h
来自「WINDOW下串口钩子技术」· C头文件 代码 · 共 17 行
H
17 行
#ifndef _COMMHOOK_H_
#define _COMMHOOK_H_
#if _MSC_VER > 1000
#pragma once
#endif
#include "resource.h"
class CCommHookApp : public CWinApp
{
public:
CCommHookApp();
//{{AFX_VIRTUAL(CCommHookApp)
//}}AFX_VIRTUAL
//{{AFX_MSG(CCommHookApp)
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?