Lines Matching defs:CInfo
13 struct CInfo struct
15 NPathMode::EEnum PathMode;
16 NOverwriteMode::EEnum OverwriteMode;
17 bool PathMode_Force;
18 bool OverwriteMode_Force;
20 CBoolPair SplitDest;
21 CBoolPair ElimDup;
23 CBoolPair NtSecurity;
24 CBoolPair ShowPassword;
26 UStringVector Paths;
61 struct CInfo struct
63 UInt32 Level;
64 bool ShowPassword;
65 bool EncryptHeaders;
66 UString ArcType;
67 UStringVector ArcPaths;
92 struct CInfo argument
94 NMode::EEnum Mode;
95 FString Path;
96 bool ForRemovableOnly;
98 void SetForRemovableOnlyDefault() { ForRemovableOnly = true; } in SetForRemovableOnlyDefault()
99 void SetDefault() in SetDefault()