OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CExtractCallbackConsole
(Results
1 - 3
of
3
) sorted by null
/external/lzma/CPP/7zip/UI/Console/
ExtractCallbackConsole.cpp
48
STDMETHODIMP
CExtractCallbackConsole
::SetTotal(UInt64)
55
STDMETHODIMP
CExtractCallbackConsole
::SetCompleted(const UInt64 *)
62
STDMETHODIMP
CExtractCallbackConsole
::AskOverwrite(
86
STDMETHODIMP
CExtractCallbackConsole
::PrepareOperation(const wchar_t *name, bool /* isFolder */, Int32 askExtractMode, const UInt64 *position)
100
STDMETHODIMP
CExtractCallbackConsole
::MessageError(const wchar_t *message)
108
STDMETHODIMP
CExtractCallbackConsole
::SetOperationResult(Int32 operationResult, bool encrypted)
141
HRESULT
CExtractCallbackConsole
::SetPassword(const UString &password)
148
STDMETHODIMP
CExtractCallbackConsole
::CryptoGetTextPassword(BSTR *password)
160
HRESULT
CExtractCallbackConsole
::BeforeOpen(const wchar_t *name)
168
HRESULT
CExtractCallbackConsole
::OpenResult(const wchar_t * /* name */, HRESULT result, bool encrypted)
[
all
...]
ExtractCallbackConsole.h
13
class
CExtractCallbackConsole
:
Main.cpp
383
CExtractCallbackConsole
*ecs = new
CExtractCallbackConsole
;
Completed in 140 milliseconds