ReactOS 0.4.16-dev-847-g386fccd
rapps.h File Reference
#include "defines.h"
#include "dialogs.h"
#include "appinfo.h"
#include "appdb.h"
#include "misc.h"
#include "configparser.h"
Include dependency graph for rapps.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  CUpdateDatabaseMutex
 

Macros

#define WM_NOTIFY_OPERATIONCOMPLETED   (WM_APP + 0)
 
#define WM_NOTIFY_INSTALLERFINISHED   (WM_APP + 1)
 
#define MAINWINDOWCLASSNAME   L"ROSAPPMGR2"
 
#define MAINWINDOWMUTEX   szWindowClass
 
#define UPDATEDBMUTEX   ( MAINWINDOWCLASSNAME L":UpDB" )
 

Variables

LONG g_Busy
 
bool g_PendingInstalledViewRefresh
 

Macro Definition Documentation

◆ MAINWINDOWCLASSNAME

#define MAINWINDOWCLASSNAME   L"ROSAPPMGR2"

Definition at line 22 of file rapps.h.

◆ MAINWINDOWMUTEX

#define MAINWINDOWMUTEX   szWindowClass

Definition at line 23 of file rapps.h.

◆ UPDATEDBMUTEX

#define UPDATEDBMUTEX   ( MAINWINDOWCLASSNAME L":UpDB" )

Definition at line 24 of file rapps.h.

◆ WM_NOTIFY_INSTALLERFINISHED

#define WM_NOTIFY_INSTALLERFINISHED   (WM_APP + 1)

Definition at line 20 of file rapps.h.

◆ WM_NOTIFY_OPERATIONCOMPLETED

#define WM_NOTIFY_OPERATIONCOMPLETED   (WM_APP + 0)

Definition at line 19 of file rapps.h.

Variable Documentation

◆ g_Busy

LONG g_Busy
extern

Definition at line 17 of file winmain.cpp.

Referenced by CMainWindow::ProcessWindowMessage(), and CDownloadManager::RealDlgProc().

◆ g_PendingInstalledViewRefresh

bool g_PendingInstalledViewRefresh
extern