ReactOS
0.4.16-dev-835-gd769f56
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
(
PCWSTR
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:182
CZipCreator::m_pimpl
struct CZipCreatorImpl * m_pimpl
Definition:
CZipCreator.hpp:16
CZipCreator::CZipCreator
CZipCreator()
Definition:
CZipCreator.cpp:164
CZipCreator::~CZipCreator
virtual ~CZipCreator()
Definition:
CZipCreator.cpp:169
CZipCreator::DoAddItem
virtual void DoAddItem(PCWSTR pszFile)
Definition:
CZipCreator.cpp:204
BOOL
unsigned int BOOL
Definition:
ntddk_ex.h:94
CZipCreatorImpl
Definition:
CZipCreator.cpp:158
PCWSTR
const uint16_t * PCWSTR
Definition:
typedefs.h:57
dll
shellext
zipfldr
CZipCreator.hpp
Generated on Thu Mar 20 2025 06:03:35 for ReactOS by
1.9.6