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

📄 menudemo.idl

📁 Windows资源浏览器外壳扩展右键菜单功能的实例程序
💻 IDL
字号:
// MenuDemo.idl : IDL source for MenuDemo.dll
//

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

import "oaidl.idl";
import "ocidl.idl";
	[
		object,
		uuid(56D81A95-F308-4C3C-B373-5F18D2850893),
		dual,
		helpstring("IgxMenu Interface"),
		pointer_default(unique)
	]
	interface IgxMenu : IDispatch
	{
	};

[
	uuid(0535DACF-A79B-4A2A-943D-A213EC69C466),
	version(1.0),
	helpstring("MenuDemo 1.0 Type Library")
]
library MENUDEMOLib
{
	importlib("stdole32.tlb");
	importlib("stdole2.tlb");

	[
		uuid(7947BB85-DE33-4203-8071-0AD56A56EDA9),
		helpstring("gxMenu Class")
	]
	coclass gxMenu
	{
		[default] interface IgxMenu;
	};
};

⌨️ 快捷键说明

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