comcatblue.idl

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

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

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

import "..\\ComCatDraw.idl";
import "oaidl.idl";
import "ocidl.idl";
	[
		object,
		uuid(5250F83D-9C04-4829-B8E4-33AC6416F9A5),
		dual,
		helpstring("IComCatDrawBlue Interface"),
		pointer_default(unique)
	]
	interface IComCatDrawBlue : IComCatDraw
	{
	};

[
	uuid(A146A34C-9B4C-48FD-B18C-8BB63CCF5744),
	version(1.0),
	helpstring("ComCatBlue 1.0 Type Library")
]
library COMCATBLUELib
{
	importlib("stdole32.tlb");
	importlib("stdole2.tlb");

	[
		uuid(653BF0E4-3D19-4000-A189-AFA128B7E99B),
		helpstring("ComCatDrawBlue Class")
	]
	coclass ComCatDrawBlue
	{
		[default] interface IComCatDrawBlue;
	};
};

⌨️ 快捷键说明

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