aescrypt.idl

来自「AES, 即Advanced Encryption Standard高级加密标准」· IDL 代码 · 共 35 行

IDL
35
字号
// 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 + =
减小字号Ctrl + -
显示快捷键?