addin.idl

来自「语法检查程序」· IDL 代码 · 共 27 行

IDL
27
字号
// 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 + =
减小字号Ctrl + -
显示快捷键?