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

📄 comcatblue.idl

📁 插件程序设计是许多程序员非常想了解的知识
💻 IDL
字号:
// 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -