ReactOS 0.4.15-dev-6069-g56a4501
|
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 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] = {KEY_WOW64_32KEY, KEY_WOW64_32KEY, KEY_WOW64_64KEY} |
#define UNINSTALL_SUBKEY L"Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall" |
Definition at line 21 of file appdb.cpp.
Referenced by CAppDB::EnumerateFiles(), and CAppDB::UpdateInstalled().
Definition at line 215 of file appdb.cpp.
Referenced by CAppDB::RemoveCached().
|
static |
Definition at line 17 of file appdb.cpp.
Referenced by CAppDB::RemoveInstalledAppFromRegistry(), and CAppDB::UpdateInstalled().
|
static |
Definition at line 16 of file appdb.cpp.
Referenced by CAppDB::RemoveInstalledAppFromRegistry(), and CAppDB::UpdateInstalled().