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

📄 iapplication.h

📁 As an alternate to the migration scenario, Microsoft offers some interoperation solutions (in an int
💻 H
字号:
//IApplication.h
/*
 * Copyright (c) 2005 Alexey Shalnov
 * All Rights Reserved
 * 
 * http://home.arcor.de/alexeyshalnov/home/
*/

// Interface to hosted MFC Application from extern Framework  
#pragma once
#include "IFramework.h"
class IApplication
{
	public:
		// get Framework main window handle
		virtual BOOL AttachApplication(IFramework* framework)=0;
		virtual BOOL DetachApplication()=0;
};

⌨️ 快捷键说明

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