Lines Matching refs:reg_key
478 HKEY reg_key = NULL; in enumerate_open_with_root() local
481 KEY_READ, ®_key) == ERROR_SUCCESS) in enumerate_open_with_root()
483 enumerate_open_with_list (reg_key, prognames); in enumerate_open_with_root()
484 RegCloseKey (reg_key); in enumerate_open_with_root()
488 KEY_QUERY_VALUE, ®_key) == ERROR_SUCCESS) in enumerate_open_with_root()
490 enumerate_open_with_progids (reg_key, progids); in enumerate_open_with_root()
491 RegCloseKey (reg_key); in enumerate_open_with_root()
513 HKEY reg_key, sys_file_assoc_key, reg_key2; in g_app_info_get_all_for_type() local
522 KEY_QUERY_VALUE, ®_key) == ERROR_SUCCESS) in g_app_info_get_all_for_type()
524 enumerate_open_with_root (reg_key, &progids, &prognames); in g_app_info_get_all_for_type()
527 if (RegQueryValueExW (reg_key, L"PerceivedType", 0, in g_app_info_get_all_for_type()
544 RegCloseKey (reg_key); in g_app_info_get_all_for_type()
548 KEY_QUERY_VALUE, ®_key) == ERROR_SUCCESS) in g_app_info_get_all_for_type()
550 if (RegOpenKeyExW (reg_key, wc_key, 0, in g_app_info_get_all_for_type()
557 RegCloseKey (reg_key); in g_app_info_get_all_for_type()
631 HKEY reg_key; in g_app_info_get_all() local
636 KEY_READ, ®_key) != ERROR_SUCCESS) in g_app_info_get_all()
642 while (RegEnumKeyExW (reg_key, in g_app_info_get_all()
660 RegCloseKey (reg_key); in g_app_info_get_all()