ERROR_SUCCESS     101 ext/com_dotnet/com_typeinfo.c 			if (ERROR_SUCCESS == RegOpenKeyEx(HKEY_CLASSES_ROOT, "TypeLib", 0, KEY_READ, &hkey) &&
ERROR_SUCCESS     102 ext/com_dotnet/com_typeinfo.c 					ERROR_SUCCESS == RegQueryInfoKey(hkey, NULL, NULL, NULL, &SubKeys,
ERROR_SUCCESS     110 ext/com_dotnet/com_typeinfo.c 					if (ERROR_SUCCESS == RegEnumKey(hkey, i, keyname, MaxSubKeyLength) &&
ERROR_SUCCESS     111 ext/com_dotnet/com_typeinfo.c 							ERROR_SUCCESS == RegOpenKeyEx(hkey, keyname, 0, KEY_READ, &hsubkey)) {
ERROR_SUCCESS     112 ext/com_dotnet/com_typeinfo.c 						if (ERROR_SUCCESS == RegQueryInfoKey(hsubkey, NULL, NULL, NULL, &VersionCount,
ERROR_SUCCESS     115 ext/com_dotnet/com_typeinfo.c 								if (ERROR_SUCCESS != RegEnumKey(hsubkey, j, version, sizeof(version))) {
ERROR_SUCCESS     120 ext/com_dotnet/com_typeinfo.c 								if (ERROR_SUCCESS == RegQueryValue(hsubkey, version, libname, &libnamelen)) {
ERROR_SUCCESS     296 ext/pspell/pspell.c 		if (result == ERROR_SUCCESS) {
ERROR_SUCCESS     393 ext/pspell/pspell.c 		if (result == ERROR_SUCCESS) {
ERROR_SUCCESS     715 ext/pspell/pspell.c 		if (result == ERROR_SUCCESS) {
ERROR_SUCCESS      44 win32/registry.c 			if (ret == ERROR_SUCCESS) {
ERROR_SUCCESS      51 win32/registry.c 			if (RegOpenKeyEx(HKEY_LOCAL_MACHINE, *key_name, 0, KEY_READ, hKey) == ERROR_SUCCESS) {
ERROR_SUCCESS      66 win32/registry.c 	if (RegQueryInfoKey(key, NULL, NULL, NULL, &keys, &max_key, NULL, &values, &max_name, &max_value, NULL, NULL) == ERROR_SUCCESS) {
ERROR_SUCCESS      78 win32/registry.c 				if (RegEnumValue(key, i, name, &name_len, NULL, &type, value, &value_len) == ERROR_SUCCESS) {
ERROR_SUCCESS     138 win32/registry.c 				if (RegEnumKeyEx(key, i, name, &name_len, NULL, NULL, NULL, &t) == ERROR_SUCCESS) {
ERROR_SUCCESS     139 win32/registry.c 					if (RegOpenKeyEx(key, name, 0, KEY_READ, &subkey) == ERROR_SUCCESS) {
ERROR_SUCCESS     289 win32/registry.c 		if(RegQueryValueEx(hKey, PHPRC_REGISTRY_NAME, 0, NULL, reg_location, &buflen) != ERROR_SUCCESS) {