ReactOS 0.4.16-dev-122-g325d74c
|
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 21 of file appdb.cpp.
Referenced by CAppDB::EnumerateFiles(), and CAppDB::UpdateInstalled().
Definition at line 264 of file appdb.cpp.
Referenced by CAppDB::RemoveCached().
Definition at line 145 of file appdb.cpp.
Referenced by CAppDB::EnumInstalledRootKey(), and CAppDB::RemoveInstalledAppFromRegistry().
|
static |
Definition at line 17 of file appdb.cpp.
Referenced by GetRootKeyInfo().
|
static |
Definition at line 16 of file appdb.cpp.
Referenced by GetRootKeyInfo().