updateproduce.h

来自「由7-zip提供的压缩、解压缩程序」· C头文件 代码 · 共 34 行

H
34
字号
// UpdateProduce.h#ifndef __UPDATE_PRODUCE_H#define __UPDATE_PRODUCE_H#include "UpdatePair.h"struct CUpdatePair2{  // bool OperationIsCompress;  bool NewData;  bool NewProperties;  bool ExistInArchive;  bool ExistOnDisk;  bool IsAnti;  int ArchiveItemIndex;  int DirItemIndex;  bool NewNameIsDefined;  UString NewName;  CUpdatePair2(): NewNameIsDefined(false) {}};void UpdateProduce(    const CObjectVector<CDirItem> &dirItems,     const CObjectVector<CArchiveItem> &archiveItems,     const CObjectVector<CUpdatePair> &updatePairs,    const NUpdateArchive::CActionSet &actionSet,    CObjectVector<CUpdatePair2> &operationChain);#endif

⌨️ 快捷键说明

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