Lines Matching defs:CUpdateOptions
82 struct CUpdateOptions struct
84 bool UpdateArchiveItself;
85 bool SfxMode;
87 bool PreserveATime;
88 bool OpenShareForWrite;
89 bool StopAfterOpenError;
91 bool StdInMode;
92 bool StdOutMode;
94 bool EMailMode;
95 bool EMailRemoveAfter;
97 bool DeleteAfterCompressing;
98 bool SetArcMTime;
100 CBoolPair NtSecurity;
101 CBoolPair AltStreams;
102 CBoolPair HardLinks;
103 CBoolPair SymLinks;
128 CUpdateOptions(): in CUpdateOptions() argument
150 void SetActionCommand_Add() in SetActionCommand_Add()