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

📄 mylooptoolbar.idl

📁 自制IE插件,实现在www.mailu.cn搜索的动能
💻 IDL
字号:
// MyloopToolbar.idl : IDL source for MyloopToolbar.dll
//

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

import "oaidl.idl";
import "ocidl.idl";

	[
		object,
		uuid(7FB2104A-3F8B-4F3E-AD6A-821CBA87C92E),
		dual,
		helpstring("IStockBar Interface"),
		pointer_default(unique)
	]
	interface IStockBar : IDispatch
	{
	};

[
	uuid(448C2598-55C4-473A-9181-51D9C3EF0F1A),
	version(1.0),
	helpstring("MyloopToolbar 1.0 Type Library")
]
library MYLOOPTOOLBARLib
{
	importlib("stdole32.tlb");
	importlib("stdole2.tlb");


	[
		uuid(FEB8F5B7-3572-4DBF-B625-AD18A7CE12DC),
		helpstring("StockBar Class")
	]
	coclass StockBar
	{
		[default] interface IStockBar;
	};
};

⌨️ 快捷键说明

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