hKey               25 win32/registry.c static int OpenPhpRegistryKey(char* sub_key, HKEY *hKey)
hKey               41 win32/registry.c 			ret = RegOpenKeyEx(HKEY_LOCAL_MACHINE, reg_key, 0, KEY_READ, hKey);
hKey               51 win32/registry.c 			if (RegOpenKeyEx(HKEY_LOCAL_MACHINE, *key_name, 0, KEY_READ, hKey) == ERROR_SUCCESS) {
hKey              284 win32/registry.c 	HKEY hKey;
hKey              286 win32/registry.c 	if (OpenPhpRegistryKey(NULL, &hKey)) {
hKey              289 win32/registry.c 		if(RegQueryValueEx(hKey, PHPRC_REGISTRY_NAME, 0, NULL, reg_location, &buflen) != ERROR_SUCCESS) {
hKey              294 win32/registry.c 		RegCloseKey(hKey);