Searched refs:ip_key (Results 1 - 1 of 1) sorted by relevance
/third_party/python/PC/ |
H A D | launcher.c | 252 HKEY core_root, ip_key; in _locate_pythons_for_key() local 295 status = RegOpenKeyExW(root, ip_path, 0, flags, &ip_key); in _locate_pythons_for_key() 305 status = RegQueryValueExW(ip_key, EXECUTABLEPATH_VALUE, NULL, &type, in _locate_pythons_for_key() 313 status = RegQueryValueExW(ip_key, NULL, NULL, &type, in _locate_pythons_for_key() 318 RegCloseKey(ip_key); in _locate_pythons_for_key() 322 RegCloseKey(ip_key); in _locate_pythons_for_key()
|
Completed in 4 milliseconds