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

📄 bhoplugin.idl

📁 这是一本学习 window编程的很好的参考教材
💻 IDL
字号:
// BhoPlugin.idl : IDL source for BhoPlugin.dll
//

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

import "oaidl.idl";
import "ocidl.idl";
	[
		object,
		uuid(4CF9A0D2-ED75-40CB-98C0-36DF6A30E040),
		dual,
		helpstring("IEyeOnIE Interface"),
		pointer_default(unique)
	]
	interface IEyeOnIE : IDispatch
	{
	};

[
	uuid(A2D5957F-6D1A-44CE-BFBA-D448EAAB8781),
	version(1.0),
	helpstring("BhoPlugin 1.0 Type Library")
]
library BHOPLUGINLib
{
	importlib("stdole32.tlb");
	importlib("stdole2.tlb");

	[
		uuid(6E28339B-7A2A-47B6-AEB2-46BA53782379),
		helpstring("EyeOnIE Class")
	]
	coclass EyeOnIE
	{
		[default] interface IEyeOnIE;
	};
};

⌨️ 快捷键说明

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