hKey 43 win32/registry.c static int OpenPhpRegistryKey(char* sub_key, HKEY *hKey) hKey 59 win32/registry.c ret = RegOpenKeyEx(HKEY_LOCAL_MACHINE, reg_key, 0, KEY_READ, hKey); hKey 69 win32/registry.c if (RegOpenKeyEx(HKEY_LOCAL_MACHINE, *key_name, 0, KEY_READ, hKey) == ERROR_SUCCESS) { hKey 287 win32/registry.c HKEY hKey; hKey 289 win32/registry.c if (OpenPhpRegistryKey(NULL, &hKey)) { hKey 292 win32/registry.c if(RegQueryValueEx(hKey, PHPRC_REGISTRY_NAME, 0, NULL, reg_location, &buflen) != ERROR_SUCCESS) { hKey 293 win32/registry.c RegCloseKey(hKey); hKey 298 win32/registry.c RegCloseKey(hKey);