Home
last modified time | relevance | path

Searched defs:CProgressInfo (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/lzma/CPP/7zip/UI/FileManager/
H A DFSFolderCopy.cpp123 struct CProgressInfo struct
125 UInt64 TotalSize;
126 UInt64 StartPos;
127 UInt64 FileSize;
128 IProgress *Progress;
129 HRESULT ProgressResult;
131 void Init() { ProgressResult = S_OK; } in Init()