plugin.h
来自「大唐SDH设备协议解析程序.获得设备当前状态.」· C头文件 代码 · 共 32 行
H
32 行
#include "resource.h" // main symbols
/////////////////////////////////////////////////////////////////////////////
// CPlugInApp
// See PlugIn.cpp for the implementation of this class
//
class CPlugInApp : public CWinApp
{
public:
CPlugInApp();
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CPlugInApp)
public:
virtual BOOL InitInstance();
virtual int ExitInstance();
//}}AFX_VIRTUAL
//{{AFX_MSG(CPlugInApp)
// NOTE - the ClassWizard will add and remove member functions here.
// DO NOT EDIT what you see in these blocks of generated code !
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?