ReactOS 0.4.16-dev-1146-gc477928
|
#include "rapps.h"
#include "appdb.h"
#include "configparser.h"
#include "settings.h"
#include "misc.h"
Go to the source code of this file.
Macros | |
#define | UNINSTALL_SUBKEY L"Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall" |
Functions | |
static VOID | ClearList (CAtlList< CAppInfo * > &list) |
static HKEY | GetRootKeyInfo (UINT Index, REGSAM &RegSam) |
static void | DeleteWithWildcard (const CPathW &Dir, const CStringW &Filter) |
Variables | |
static HKEY | g_RootKeyEnum [3] = {HKEY_CURRENT_USER, HKEY_LOCAL_MACHINE, HKEY_LOCAL_MACHINE} |
static REGSAM | g_RegSamEnum [3] = {0, KEY_WOW64_32KEY, KEY_WOW64_64KEY} |
#define UNINSTALL_SUBKEY L"Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall" |
Definition at line 22 of file appdb.cpp.
Referenced by CAppDB::EnumerateFiles(), and CAppDB::UpdateInstalled().
Definition at line 273 of file appdb.cpp.
Referenced by CAppDB::RemoveCached().
Definition at line 154 of file appdb.cpp.
Referenced by CAppDB::EnumInstalledRootKey(), and CAppDB::RemoveInstalledAppFromRegistry().
|
static |
Definition at line 18 of file appdb.cpp.
Referenced by GetRootKeyInfo().
|
static |
Definition at line 17 of file appdb.cpp.
Referenced by GetRootKeyInfo().