comcatred.idl

来自「插件程序设计是许多程序员非常想了解的知识」· IDL 代码 · 共 40 行

IDL
40
字号
// ComCatRed.idl : IDL source for ComCatRed.dll
//

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

import "oaidl.idl";
import "ocidl.idl";
import "..\\ComCatDraw.idl";
	[
		object,
		uuid(F271D168-28E1-4960-A234-D715E089BA38),
		dual,
		helpstring("IComCatDrawRed Interface"),
		pointer_default(unique)
	]
	interface IComCatDrawRed : IComCatDraw
	{
	};

[
	uuid(9E151963-2AEB-414F-9711-BA95E4322028),
	version(1.0),
	helpstring("ComCatRed 1.0 Type Library")
]
library COMCATREDLib
{
	importlib("stdole32.tlb");
	importlib("stdole2.tlb");

	[
		uuid(CDB9802F-5AEB-447F-ABC7-2242E6FEBD58),
		helpstring("ComCatDrawRed Class")
	]
	coclass ComCatDrawRed
	{
		[default] interface IComCatDrawRed;
	};
};

⌨️ 快捷键说明

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