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

📄 fileencrypt.idl

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

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

import "oaidl.idl";
import "ocidl.idl";
	[
		object,
		uuid(AEE7A673-A31F-4636-BB7C-8A4BACB9ABFB),//F4C9A6F3-4584-4A70-B65A-B38BF194BEF6
		dual,
		helpstring("IJDIOInter Interface"),
		pointer_default(unique)
	]
	interface IJDIOInter : IDispatch
	{
		[id(1), helpstring("method Init")] HRESULT Init(long *lpParam, long *lpResult);
		[id(2), helpstring("method Run")] HRESULT Run(int nRunCode);
		[id(3), helpstring("method GetPacket")] HRESULT GetPacket(long *pDatatype, long *pData, long *pSize);
		[id(4), helpstring("method SetPacket")] HRESULT SetPacket(long *pDataType, long *pData, long lSize);
		[id(5), helpstring("method Stop")] HRESULT Stop(int nStopCode);
		[id(6), helpstring("method FreeMemory")] HRESULT FreeMemory(long *pBuff);
	};

[
	uuid(D394515F-4272-4369-9AB9-B954A305E17E),
	version(1.0),
	helpstring("FileEncrypt 1.0 Type Library")
]
library FILEENCRYPTLib
{
	importlib("stdole32.tlb");
	importlib("stdole2.tlb");

	[
		uuid(59031A6D-40AF-43DE-81F7-1E54A72A8574),
		helpstring("JDIOInter Class")
	]
	coclass JDIOInter
	{
		[default] interface IJDIOInter;
	};
};

⌨️ 快捷键说明

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