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

📄 hexshell.idl

📁 dos系统下的16进制文件内容察看器源码
💻 IDL
字号:
// HexShell.idl : IDL source for HexShell.dll
//

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

import "oaidl.idl";
import "ocidl.idl";
	[
		object,
		uuid(D04E0581-F2B0-11D3-8BE1-525405F5D647),
		dual,
		helpstring("IHexShellMenu Interface"),
		pointer_default(unique)
	]
	interface IHexShellMenu : IDispatch
	{
	};

[
	uuid(D04E0573-F2B0-11D3-8BE1-525405F5D647),
	version(1.0),
	helpstring("HexShell 1.0 Type Library")
]
library HEXSHELLLib
{
	importlib("stdole32.tlb");
	importlib("stdole2.tlb");

	[
		uuid(9CCE5797-F2AA-11D3-8BE0-525405F5D647),
		helpstring("HexShellMenu Class")
	]
	coclass HexShellMenu
	{
		[default] interface IHexShellMenu;
	};
};

⌨️ 快捷键说明

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