tmpprj.idl

来自「JAVA程序做的一个经典的例子」· IDL 代码 · 共 21 行

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

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

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

[
	uuid(30D160FB-2E63-4477-A718-583EEAB8D851),
	version(1.0),
	helpstring("TmpPrj 1.0 Type Library")
]
library TMPPRJLib
{
	importlib("stdole32.tlb");
	importlib("stdole2.tlb");

};

⌨️ 快捷键说明

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