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

📄 aescrypt.idl

📁 AES, 即Advanced Encryption Standard高级加密标准模块, 它是目前国际上最先进的加密技术, 是基于DES之后的最新发布的高段加密标准. 该标准由美国NIST(Nation
💻 IDL
字号:
// AESCrypt.idl : IDL source for AESCrypt
//

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

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

[
	object,
	uuid(3E228AAF-683B-44AD-A8DA-3FC8EF25008A),
	helpstring("IAECryptSShellExt Interface"),
	pointer_default(unique)
]
interface IAESCryptShellExt : IUnknown{
};
[
	uuid(EB9FFF86-F4EC-4882-B45E-90C4EB1ECC07),
	version(1.0),
	helpstring("AESCrypt 1.0 Type Library")
]
library AESCryptLib
{
	importlib("stdole2.tlb");
	[
		uuid(35872D53-3BD4-45FA-8DB5-FFC47D4235E7),
		helpstring("AESCryptShellExtCom Class")
	]
	coclass AESCryptShellExtCom
	{
		[default] interface IAESCryptShellExt;
	};
};

⌨️ 快捷键说明

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