Home | History | Annotate | Download | only in Common

Lines Matching full:const

27       const wchar_t *existName, const FILETIME *existTime, const UInt64 *existSize,

28 const wchar_t *newName, const FILETIME *newTime, const UInt64 *newSize,
30 STDMETHOD(PrepareOperation)(const wchar_t *name, bool isFolder, Int32 askExtractMode, const UInt64 *position) PURE;
31 STDMETHOD(MessageError)(const wchar_t *message) PURE;
37 virtual HRESULT BeforeOpen(const wchar_t *name) = 0;
38 virtual HRESULT OpenResult(const wchar_t *name, HRESULT result, bool encrypted) = 0;
39 virtual HRESULT SetError(int level, const wchar_t *name,
40 UInt32 errorFlags, const wchar_t *errors,
41 UInt32 warningFlags, const wchar_t *warnings) = 0;
44 virtual HRESULT OpenTypeWarning(const wchar_t *name, const wchar_t *okType, const wchar_t *errorType) = 0;
47 virtual HRESULT SetPassword(const UString &password) = 0;
62 STDMETHOD(GetStream7)(const wchar_t *name, Int32 isDir, ISequentialOutStream **outStream, Int32 askExtractMode, IGetProp *getProp) x; \