ReactOS
0.4.16-dev-1020-gf135cab
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
rapps.h
Go to the documentation of this file.
1
#ifndef _RAPPS_H
2
#define _RAPPS_H
3
4
#if DBG && !defined(_DEBUG)
5
#define _DEBUG
// CORE-17505
6
#endif
7
8
#include "
defines.h
"
9
10
#include "
dialogs.h
"
11
#include "
appinfo.h
"
12
#include "
appdb.h
"
13
#include "
misc.h
"
14
#include "
configparser.h
"
15
16
extern
LONG
g_Busy
;
17
extern
bool
g_PendingInstalledViewRefresh
;
18
19
#define WM_NOTIFY_OPERATIONCOMPLETED (WM_APP + 0)
20
#define WM_NOTIFY_INSTALLERFINISHED (WM_APP + 1)
21
22
#define MAINWINDOWCLASSNAME L"ROSAPPMGR2"
23
#define MAINWINDOWMUTEX szWindowClass
24
#define UPDATEDBMUTEX ( MAINWINDOWCLASSNAME L":UpDB"
)
25
26
struct
CUpdateDatabaseMutex
:
public
CScopedMutex
27
{
28
CUpdateDatabaseMutex
() :
CScopedMutex
(
UPDATEDBMUTEX
, 1000 * 60 * 10,
FALSE
) { };
29
};
30
31
#endif
/* _RAPPS_H */
appdb.h
appinfo.h
configparser.h
FALSE
#define FALSE
Definition:
types.h:117
defines.h
LONG
long LONG
Definition:
pedump.c:60
dialogs.h
UPDATEDBMUTEX
#define UPDATEDBMUTEX
Definition:
rapps.h:24
g_PendingInstalledViewRefresh
bool g_PendingInstalledViewRefresh
g_Busy
LONG g_Busy
Definition:
winmain.cpp:17
CScopedMutex
Definition:
misc.h:129
CUpdateDatabaseMutex
Definition:
rapps.h:27
CUpdateDatabaseMutex::CUpdateDatabaseMutex
CUpdateDatabaseMutex()
Definition:
rapps.h:28
misc.h
base
applications
rapps
include
rapps.h
Generated on Mon Apr 21 2025 06:02:36 for ReactOS by
1.9.6