test.idl

来自「XML存储二进制数据」· IDL 代码 · 共 21 行

IDL
21
字号
// Test.idl : IDL source for Test.dll
//

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

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

[
	uuid(11CEFEB0-73A9-4243-ADDF-3E4EFD8C884E),
	version(1.0),
	helpstring("Test 1.0 Type Library")
]
library TESTLib
{
	importlib("stdole32.tlb");
	importlib("stdole2.tlb");

};

⌨️ 快捷键说明

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