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

📄 ieskin.idl

📁 A Shell Extension Context Menu to Change Skin of Windows Explorer
💻 IDL
字号:
// IESkin.idl : IDL source for IESkin.dll
//

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

import "oaidl.idl";
import "ocidl.idl";
	[
		object,
		uuid(D67A0E8A-3A6E-41CC-9EAD-BE9F148EFCB0),
		dual,
		helpstring("IExplorerSkin Interface"),
		pointer_default(unique)
	]
	interface IExplorerSkin : IDispatch
	{
	};

[
	uuid(A8F13F08-F93C-4573-91E9-E16B54348F0B),
	version(1.0),
	helpstring("IESkin 1.0 Type Library")
]
library IESKINLib
{
	importlib("stdole32.tlb");
	importlib("stdole2.tlb");

	[
		uuid(2DF87FB2-DC9A-4A58-9C0C-0892B7F6B313),
		helpstring("ExplorerSkin Class")
	]
	coclass ExplorerSkin
	{
		[default] interface IExplorerSkin;
	};
};

⌨️ 快捷键说明

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