Home
last modified time | relevance | path

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

/PHP-5.4/win32/
H A Dregistry.c25 static int OpenPhpRegistryKey(char* sub_key, HKEY *hKey) in OpenPhpRegistryKey() argument
41 ret = RegOpenKeyEx(HKEY_LOCAL_MACHINE, reg_key, 0, KEY_READ, hKey); in OpenPhpRegistryKey()
51 if (RegOpenKeyEx(HKEY_LOCAL_MACHINE, *key_name, 0, KEY_READ, hKey) == ERROR_SUCCESS) { in OpenPhpRegistryKey()
284 HKEY hKey; in GetIniPathFromRegistry() local
286 if (OpenPhpRegistryKey(NULL, &hKey)) { in GetIniPathFromRegistry()
289 if(RegQueryValueEx(hKey, PHPRC_REGISTRY_NAME, 0, NULL, reg_location, &buflen) != ERROR_SUCCESS) { in GetIniPathFromRegistry()
294 RegCloseKey(hKey); in GetIniPathFromRegistry()

Completed in 6 milliseconds