HomeSort by relevance Sort by last modified time
    Searched defs:reg_key (Results 1 - 2 of 2) sorted by null

  /external/bluetooth/glib/gio/
gwin32appinfo.c 478 HKEY reg_key = NULL; local
481 KEY_READ, &reg_key) == ERROR_SUCCESS)
483 enumerate_open_with_list (reg_key, prognames);
484 RegCloseKey (reg_key);
488 KEY_QUERY_VALUE, &reg_key) == ERROR_SUCCESS)
490 enumerate_open_with_progids (reg_key, progids);
491 RegCloseKey (reg_key);
513 HKEY reg_key, sys_file_assoc_key, reg_key2; local
522 KEY_QUERY_VALUE, &reg_key) == ERROR_SUCCESS)
524 enumerate_open_with_root (reg_key, &progids, &prognames)
631 HKEY reg_key; local
    [all...]
gcontenttype.c 60 HKEY reg_key = NULL; local
70 KEY_QUERY_VALUE, &reg_key) == ERROR_SUCCESS &&
71 RegQueryValueExW (reg_key, key_name, 0,
76 RegQueryValueExW (reg_key, key_name, 0,
100 if (reg_key != NULL)
101 RegCloseKey (reg_key);
    [all...]

Completed in 3180 milliseconds