cplmemory.h

来自「The sample provided here is a simple con」· C头文件 代码 · 共 30 行

H
30
字号
// CPLMemory.h : main header file for the CPLMemory DLL
//

#pragma once

#ifndef __AFXWIN_H__
	#error "include 'stdafx.h' before including this file for PCH"
#endif

#ifdef POCKETPC2003_UI_MODEL
#include "resourceppc.h"
#endif 

// CCPLMemoryApp
// See CPLMemory.cpp for the implementation of this class
//

class CCPLMemoryApp : public CWinApp
{
public:
	CCPLMemoryApp();

// Overrides
public:
	virtual BOOL InitInstance();

	DECLARE_MESSAGE_MAP()
};

⌨️ 快捷键说明

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