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

📄 kaeziparchive.idl

📁 zip解压源码.
💻 IDL
字号:
#ifndef KAEZIPARCHIVE_IDL
#define KAEZIPARCHIVE_IDL

import "unknwn.idl";
import "wtypes.idl";
import "KAEArchive.idl";

[  
    local,
	object,
	uuid(C63D27E0-6158-11D4-B168-5254AB1F7396),
	helpstring("IKAEZipArchive Interface")
]

interface IKAEZipArchive : IKAEArchive
{
	//Here to declare the function

    //HRESULT FunctionName();

};


[
    uuid(C63D27E1-6158-11D4-B168-5254AB1F7396),
    version(1.0),
    helpstring("Kingsoft KAEZipArchive 1.0 type library")
]

library KAEZipArchiveLib
{
	importlib("stdole32.tlb");
	importlib("stdole2.tlb");

    [
		uuid(C63D27E2-6158-11D4-B168-5254AB1F7396),
		helpstring("KAEZipArchive Class")
	]
	coclass KAEZipArchive
	{
		[default] interface IKAEZipArchive;
	};
}

#endif

⌨️ 快捷键说明

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