unacefnc.h
来自「zip的全部算法源代码」· C头文件 代码 · 共 40 行
H
40 行
#ifndef _UNACEFNC_H
#define _UNACEFNC_H
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
//屯屯屯屯屯屯屯屯屯屯屯屯屯屯屯屯屯屯屯屯屯屯屯屯屯屯屯屯屯屯屯屯屯屯屯屯屯屯屯屯
//屯屯屯屯=====--- Part 3: Functions supported by UNAceV2.Dll ---====屯屯屯屯屯屯
//屯屯屯屯屯屯屯屯屯屯屯屯屯屯屯屯屯屯屯屯屯屯屯屯屯屯屯屯屯屯屯屯屯屯屯屯屯屯屯屯
//---------------------------------------------------------------------------
//
// UnAceV2.Dll supports the following functions:
//
// ACEInitDll
// ACEReadArchiveData
// ACEList
// ACETest
// ACEExtract
//
// First of all - before any other function is called - the Dll has to be
// initialized by ACEInitDll(). Using this function the application has
// to set temporary directory, key file path, comment buffer and
// callback function pointers.
// (callback function pointers can be set to NULL for first-try-runs)
//
// See description of each function for details about their task, input and
// output. Return codes of those functions are listed in part 3.1.
//
//---------------------------------------------------------------------------
//
// Contents:
// Part 3.1: ACE.DLL function return codes
// Part 3.2: functions and parameter structures
//
//---------------------------------------------------------------------------
//屯屯屯屯屯屯屯屯屯屯屯屯屯屯屯屯屯屯屯屯屯屯屯屯屯屯屯屯屯屯屯屯屯屯屯屯屯
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?