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

📄 fileenc.idl

📁 COM 组建的开发
💻 IDL
字号:
// FileEnc.idl : IDL source for FileEnc.dll
//

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

import "oaidl.idl";
import "ocidl.idl";
	[
		object,
		uuid(0322FF7F-922E-4018-A05D-C709858B6FC0),
		dual,
		helpstring("IFileEncrpty Interface"),
		pointer_default(unique)
	]
	interface IFileEncrpty : IDispatch
	{
		[id(1), helpstring("method ShowDlg")] HRESULT ShowDlg(BOOL bIsEnc);
	};

[
	uuid(AC921BA7-6B40-4618-A3F8-F5702C01776F),
	version(1.0),
	helpstring("FileEnc 1.0 Type Library")
]
library FILEENCLib
{
	importlib("stdole32.tlb");
	importlib("stdole2.tlb");

	[
		uuid(CF16C107-5DC3-42C0-B42F-D092602A77C7),
		helpstring("FileEncrpty Class")
	]
	coclass FileEncrpty
	{
		[default] interface IFileEncrpty;
	};
};

⌨️ 快捷键说明

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