Searched refs:hSubkey (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/PC/bdist_wininst/ |
D | install.c | 1750 HKEY hKey, hSubkey; in OpenLogfile() local 1816 &hSubkey, in OpenLogfile() 1829 result = RegSetValueEx(hSubkey, "DisplayName", in OpenLogfile() 1851 result = RegSetValueEx(hSubkey, "UninstallString", in OpenLogfile()
|
/external/python/cpython2/PC/bdist_wininst/ |
D | install.c | 1706 HKEY hKey, hSubkey; in OpenLogfile() local 1772 &hSubkey, in OpenLogfile() 1785 result = RegSetValueEx(hSubkey, "DisplayName", in OpenLogfile() 1807 result = RegSetValueEx(hSubkey, "UninstallString", in OpenLogfile()
|