ReactOS
0.4.16-dev-1099-g3bb27eb
Toggle main menu visibility
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
Functions
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
Variables
_
c
d
e
f
g
h
i
l
m
n
o
p
s
t
u
x
Typedefs
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
x
Enumerations
_
a
b
c
d
f
i
l
m
o
p
s
t
w
x
Enumerator
a
b
c
d
e
f
g
h
i
m
n
o
p
r
s
t
u
v
w
x
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
h
i
k
l
m
n
o
p
r
s
t
u
v
w
z
Enumerator
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Related Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
v
x
Files
File List
File Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Examples
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 May 8 2025 06:03:33 for ReactOS by
1.9.6