ReactOS
0.4.16-dev-747-gbc52d5f
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:122
CUpdateDatabaseMutex
Definition:
rapps.h:27
CUpdateDatabaseMutex::CUpdateDatabaseMutex
CUpdateDatabaseMutex()
Definition:
rapps.h:28
misc.h
base
applications
rapps
include
rapps.h
Generated on Sat Feb 15 2025 06:02:31 for ReactOS by
1.9.6