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

📄 mie.odl

📁 一个多文档浏览器
💻 ODL
字号:
// MIE.odl : type library source for MIE.exe

// This file will be processed by the MIDL compiler to produce the
// type library (MIE.tlb).

[ uuid(DB89A0D8-EE84-11D3-BE9D-000021E2D75A), version(1.0) ]
library MIE
{
	importlib("stdole32.tlb");
	importlib("stdole2.tlb");


	//  Primary dispatch interface for CMIEDoc
	
	[ uuid(DB89A0D9-EE84-11D3-BE9D-000021E2D75A) ]
	dispinterface IMIE
	{
		properties:
			// NOTE - ClassWizard will maintain property information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_PROP(CMIEDoc)
			//}}AFX_ODL_PROP
			
		methods:
			// NOTE - ClassWizard will maintain method information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_METHOD(CMIEDoc)
			//}}AFX_ODL_METHOD

	};

	//  Class information for CMIEDoc
	
	[ uuid(DB89A0D7-EE84-11D3-BE9D-000021E2D75A) ]
	coclass Document
	{
		[default] dispinterface IMIE;
	};

	//{{AFX_APPEND_ODL}}
	//}}AFX_APPEND_ODL}}
};

⌨️ 快捷键说明

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