ReactOS
0.4.15-dev-6052-g2626c72
CZipCreator.hpp
Go to the documentation of this file.
1
/*
2
* PROJECT: ReactOS Zip Shell Extension
3
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
4
* PURPOSE: Create a zip file
5
* COPYRIGHT: Copyright 2019 Mark Jansen (mark.jansen@reactos.org)
6
* Copyright 2019 Katayama Hirofumi MZ (katayama.hirofumi.mz@gmail.com)
7
*/
8
#ifndef CZIPCREATOR_HPP_
9
#define CZIPCREATOR_HPP_
10
11
struct
CZipCreatorImpl
;
12
13
class
CZipCreator
14
{
15
public
:
16
struct
CZipCreatorImpl
*
m_pimpl
;
17
18
virtual
~CZipCreator
();
19
20
static
CZipCreator
*
DoCreate
()
21
{
22
return
new
CZipCreator
();
23
}
24
25
virtual
void
DoAddItem
(
LPCWSTR
pszFile);
26
static
BOOL
runThread
(
CZipCreator
* pCreator);
27
28
protected
:
29
CZipCreator
();
30
};
31
32
#endif
CZipCreator
Definition:
CZipCreator.hpp:14
CZipCreator::DoCreate
static CZipCreator * DoCreate()
Definition:
CZipCreator.hpp:20
CZipCreator::runThread
static BOOL runThread(CZipCreator *pCreator)
Definition:
CZipCreator.cpp:189
CZipCreator::DoAddItem
virtual void DoAddItem(LPCWSTR pszFile)
Definition:
CZipCreator.cpp:211
CZipCreator::m_pimpl
struct CZipCreatorImpl * m_pimpl
Definition:
CZipCreator.hpp:16
CZipCreator::CZipCreator
CZipCreator()
Definition:
CZipCreator.cpp:171
CZipCreator::~CZipCreator
virtual ~CZipCreator()
Definition:
CZipCreator.cpp:176
BOOL
unsigned int BOOL
Definition:
ntddk_ex.h:94
CZipCreatorImpl
Definition:
CZipCreator.cpp:165
LPCWSTR
const WCHAR * LPCWSTR
Definition:
xmlstorage.h:185
dll
shellext
zipfldr
CZipCreator.hpp
Generated on Tue May 30 2023 06:03:07 for ReactOS by
1.9.6