ReactOS 0.4.15-dev-7994-gb388cb6
RegistryKey.cpp File Reference
#include "ph.h"
#include "RegistryKey.h"
Include dependency graph for RegistryKey.cpp:

Go to the source code of this file.

Variables

static const TCHARg_ppszHiveNames []
 

Variable Documentation

◆ g_ppszHiveNames

const TCHAR* g_ppszHiveNames[]
static
Initial value:
=
{
_T("HKEY_CLASSES_ROOT"),
_T("HKEY_CURRENT_USER"),
_T("HKEY_LOCAL_MACHINE"),
_T("HKEY_USERS"),
_T("HKEY_PERFORMANCE_DATA"),
_T("HKEY_CURRENT_CONFIG"),
}
#define _T(x)
Definition: vfdio.h:22

Definition at line 29 of file RegistryKey.cpp.

Referenced by CRegistryKey::GetNextSubkeyName(), and CRegistryKey::GetSubkeyNameMaxLength().