Lines Matching defs:CUpdateOptions
80 struct CUpdateOptions struct
82 bool UpdateArchiveItself;
83 bool SfxMode;
85 bool PreserveATime;
86 bool OpenShareForWrite;
87 bool StopAfterOpenError;
89 bool StdInMode;
90 bool StdOutMode;
92 bool EMailMode;
93 bool EMailRemoveAfter;
95 bool DeleteAfterCompressing;
96 bool SetArcMTime;
98 CBoolPair NtSecurity;
99 CBoolPair AltStreams;
100 CBoolPair HardLinks;
101 CBoolPair SymLinks;
126 CUpdateOptions(): in CUpdateOptions() argument
148 void SetActionCommand_Add() in SetActionCommand_Add()