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

📄 atl21.idl

📁 word 插件 在word2003+ vc6.0 条件下运行 可以单击弹出atl 的窗口 简单可实现
💻 IDL
字号:
// Atl21.idl : IDL source for Atl21.dll
//

// This file will be processed by the MIDL tool to
// produce the type library (Atl21.tlb) and marshalling code.

import "oaidl.idl";
import "ocidl.idl";
	[
		object,
		uuid(4ADF39A1-4716-4AC5-8477-39C974C3B2AB),
		dual,
		helpstring("IAtlWord03 Interface"),
		pointer_default(unique)
	]
	interface IAtlWord03 : IDispatch
	{
	};

[
	uuid(EEF37F24-8958-4C09-A9B8-BA5581A31834),
	version(1.0),
	helpstring("Atl21 1.0 Type Library")
]
library ATL21Lib
{
	importlib("stdole32.tlb");
	importlib("stdole2.tlb");

	[
		uuid(04FF1B35-EBEA-49AA-85E0-FA7048904726),
		helpstring("AtlWord03 Class")
	]
	coclass AtlWord03
	{
		[default] interface IAtlWord03;
	};
};

⌨️ 快捷键说明

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