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

📄 updateproduce.h

📁 由7-zip提供的压缩、解压缩程序
💻 H
字号:
// 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -