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

📄 testd.idl

📁 【内容简介】 本书由一流的权威撰写
💻 IDL
字号:
// TestD.idl : IDL source for TestD.dll
//

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

import "oaidl.idl";
import "ocidl.idl";
	[
		object,
		uuid(FE50224D-13BA-4193-B761-813EEAF9EC27),
		dual,
		helpstring("IMyTestD Interface"),
		pointer_default(unique)
	]
	interface IMyTestD : IDispatch
	{
		[id(1), helpstring("method DoIt")] HRESULT DoIt();
	};

[
	uuid(D3D63CB7-6C0B-47D6-A2BB-47180720BC1F),
	version(1.0),
	helpstring("TestD 1.0 Type Library")
]
library TESTDLib
{
	importlib("stdole32.tlb");
	importlib("stdole2.tlb");

	[
		uuid(81D29D8E-D44F-4830-BE40-B90A6C24E10A),
		helpstring("MyTestD Class")
	]
	coclass MyTestD
	{
		[default] interface IMyTestD;
	};
};

⌨️ 快捷键说明

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