Home
last modified time | relevance | path

Searched refs:RegConnectRegistry (Results 1 – 4 of 4) sorted by relevance

/reactos/modules/rosapps/applications/sysutils/regexpl/
H A DRegistryKey.cpp196 return RegConnectRegistry(m_pszMachineName,rhKey,&rhKey); in OpenSubkey()
206 return RegConnectRegistry(m_pszMachineName,rhKey,&rhKey); in OpenSubkey()
216 return RegConnectRegistry(m_pszMachineName,rhKey,&rhKey); in OpenSubkey()
226 return RegConnectRegistry(m_pszMachineName,rhKey,&rhKey); in OpenSubkey()
248 LONG nError = RegConnectRegistry(m_pszMachineName,rhKey,&rhKey); in OpenSubkey()
/reactos/sdk/include/psdk/
H A Dwinreg.h450 #define RegConnectRegistry RegConnectRegistryW macro
495 #define RegConnectRegistry RegConnectRegistryA macro
/reactos/dll/win32/ntmarta/
H A Dntmarta.c1085 Ret = RegConnectRegistry(lpMachineName, in AccpOpenNamedObject()
/reactos/base/applications/mscutils/eventvwr/
H A Deventvwr.c2819 Result = RegConnectRegistry(lpComputerName, HKEY_LOCAL_MACHINE, &hkMachine); in BuildLogListAndFilterList()