📄 unacefnc.h
字号:
#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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -