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

📄 addin.idl

📁 语法检查程序
💻 IDL
字号:
// AddIn.idl : IDL source for AddIn
//

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

import "oaidl.idl";
import "ocidl.idl";

[
	uuid(08207AA8-4072-43F5-AB6E-3F613468FB6C),
	version(1.0),
	helpstring("Spelly 1.0 Type Library")
]
library SpellyLib
{
	importlib("stdole2.tlb");
	[
		uuid(AB177C00-3225-4F3F-916B-0DDADC667B35),
		helpstring("Connect Class")
	]
	coclass Connect
	{
		[default] interface IUnknown;
	};
};

⌨️ 快捷键说明

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