Home
last modified time | relevance | path

Searched refs:hSubkey (Results 1 – 18 of 18) sorted by relevance

/dports/net-mgmt/net-snmp/net-snmp-5.9/agent/mibgroup/mibII/
H A Dsystem_mib.c470 HKEY hSubkey; in RegReadDword() local
476 if (RegOpenKeyEx(hKey, lpSubkey, 0, KEY_READ, &hSubkey) != ERROR_SUCCESS) in RegReadDword()
478 qres = RegQueryValueEx(hSubkey, lpValueName, NULL, &key_type, in RegReadDword()
492 HKEY hSubkey; in RegReadString() local
497 if (RegOpenKeyEx(hKey, lpSubkey, 0, KEY_READ, &hSubkey) != ERROR_SUCCESS) in RegReadString()
499 qres = RegQueryValueEx(hSubkey, lpValueName, NULL, &key_type, (void *)str, in RegReadString()
/dports/net-mgmt/nagios-check_bacula9/bacula-9.6.7/src/win32/tools/
H A DScsiDeviceList.cpp232 HKEY hSubkey; in ProcessKey() local
234 m_lLastError = RegOpenKeyEx(hKey, szSubkeyName, 0, KEY_READ, &hSubkey); in ProcessKey()
252 ProcessValues(hSubkey, (dwDeviceId << 8) | iValue); in ProcessKey()
254 if (!ProcessKey(hSubkey, iLevel - 1, (dwDeviceId << 8) | iValue)) { in ProcessKey()
/dports/net-mgmt/nagios-check_bacula11/bacula-11.0.5/src/win32/tools/
H A DScsiDeviceList.cpp232 HKEY hSubkey; in ProcessKey() local
234 m_lLastError = RegOpenKeyEx(hKey, szSubkeyName, 0, KEY_READ, &hSubkey); in ProcessKey()
252 ProcessValues(hSubkey, (dwDeviceId << 8) | iValue); in ProcessKey()
254 if (!ProcessKey(hSubkey, iLevel - 1, (dwDeviceId << 8) | iValue)) { in ProcessKey()
/dports/sysutils/bacula9-client-static/bacula-9.6.7/src/win32/tools/
H A DScsiDeviceList.cpp232 HKEY hSubkey; in ProcessKey() local
234 m_lLastError = RegOpenKeyEx(hKey, szSubkeyName, 0, KEY_READ, &hSubkey); in ProcessKey()
252 ProcessValues(hSubkey, (dwDeviceId << 8) | iValue); in ProcessKey()
254 if (!ProcessKey(hSubkey, iLevel - 1, (dwDeviceId << 8) | iValue)) { in ProcessKey()
/dports/sysutils/bacula9-server/bacula-9.6.7/src/win32/tools/
H A DScsiDeviceList.cpp232 HKEY hSubkey; in ProcessKey() local
234 m_lLastError = RegOpenKeyEx(hKey, szSubkeyName, 0, KEY_READ, &hSubkey); in ProcessKey()
252 ProcessValues(hSubkey, (dwDeviceId << 8) | iValue); in ProcessKey()
254 if (!ProcessKey(hSubkey, iLevel - 1, (dwDeviceId << 8) | iValue)) { in ProcessKey()
/dports/sysutils/bacula11-client-static/bacula-11.0.5/src/win32/tools/
H A DScsiDeviceList.cpp232 HKEY hSubkey; in ProcessKey() local
234 m_lLastError = RegOpenKeyEx(hKey, szSubkeyName, 0, KEY_READ, &hSubkey); in ProcessKey()
252 ProcessValues(hSubkey, (dwDeviceId << 8) | iValue); in ProcessKey()
254 if (!ProcessKey(hSubkey, iLevel - 1, (dwDeviceId << 8) | iValue)) { in ProcessKey()
/dports/sysutils/bacula11-server/bacula-11.0.5/src/win32/tools/
H A DScsiDeviceList.cpp232 HKEY hSubkey; in ProcessKey() local
234 m_lLastError = RegOpenKeyEx(hKey, szSubkeyName, 0, KEY_READ, &hSubkey); in ProcessKey()
252 ProcessValues(hSubkey, (dwDeviceId << 8) | iValue); in ProcessKey()
254 if (!ProcessKey(hSubkey, iLevel - 1, (dwDeviceId << 8) | iValue)) { in ProcessKey()
/dports/sysutils/bacula9-client/bacula-9.6.7/src/win32/tools/
H A DScsiDeviceList.cpp232 HKEY hSubkey; in ProcessKey() local
234 m_lLastError = RegOpenKeyEx(hKey, szSubkeyName, 0, KEY_READ, &hSubkey); in ProcessKey()
252 ProcessValues(hSubkey, (dwDeviceId << 8) | iValue); in ProcessKey()
254 if (!ProcessKey(hSubkey, iLevel - 1, (dwDeviceId << 8) | iValue)) { in ProcessKey()
/dports/sysutils/bacula11-client/bacula-11.0.5/src/win32/tools/
H A DScsiDeviceList.cpp232 HKEY hSubkey; in ProcessKey() local
234 m_lLastError = RegOpenKeyEx(hKey, szSubkeyName, 0, KEY_READ, &hSubkey); in ProcessKey()
252 ProcessValues(hSubkey, (dwDeviceId << 8) | iValue); in ProcessKey()
254 if (!ProcessKey(hSubkey, iLevel - 1, (dwDeviceId << 8) | iValue)) { in ProcessKey()
/dports/databases/py-gdbm/Python-3.8.12/PC/bdist_wininst/
H A Dinstall.c1750 HKEY hKey, hSubkey; in OpenLogfile() local
1816 &hSubkey, in OpenLogfile()
1829 result = RegSetValueEx(hSubkey, "DisplayName", in OpenLogfile()
1851 result = RegSetValueEx(hSubkey, "UninstallString", in OpenLogfile()
/dports/lang/python-legacy/Python-2.7.18/PC/bdist_wininst/
H A Dinstall.c1707 HKEY hKey, hSubkey; in OpenLogfile() local
1773 &hSubkey, in OpenLogfile()
1786 result = RegSetValueEx(hSubkey, "DisplayName", in OpenLogfile()
1808 result = RegSetValueEx(hSubkey, "UninstallString", in OpenLogfile()
/dports/lang/python37/Python-3.7.12/PC/bdist_wininst/
H A Dinstall.c1751 HKEY hKey, hSubkey; in OpenLogfile() local
1817 &hSubkey, in OpenLogfile()
1830 result = RegSetValueEx(hSubkey, "DisplayName", in OpenLogfile()
1852 result = RegSetValueEx(hSubkey, "UninstallString", in OpenLogfile()
/dports/lang/python27/Python-2.7.18/PC/bdist_wininst/
H A Dinstall.c1707 HKEY hKey, hSubkey; in OpenLogfile() local
1773 &hSubkey, in OpenLogfile()
1786 result = RegSetValueEx(hSubkey, "DisplayName", in OpenLogfile()
1808 result = RegSetValueEx(hSubkey, "UninstallString", in OpenLogfile()
/dports/lang/python-tools/Python-3.8.12/PC/bdist_wininst/
H A Dinstall.c1750 HKEY hKey, hSubkey; in OpenLogfile() local
1816 &hSubkey, in OpenLogfile()
1829 result = RegSetValueEx(hSubkey, "DisplayName", in OpenLogfile()
1851 result = RegSetValueEx(hSubkey, "UninstallString", in OpenLogfile()
/dports/lang/python39/Python-3.9.9/PC/bdist_wininst/
H A Dinstall.c1750 HKEY hKey, hSubkey; in OpenLogfile() local
1816 &hSubkey, in OpenLogfile()
1829 result = RegSetValueEx(hSubkey, "DisplayName", in OpenLogfile()
1851 result = RegSetValueEx(hSubkey, "UninstallString", in OpenLogfile()
/dports/lang/python38/Python-3.8.12/PC/bdist_wininst/
H A Dinstall.c1750 HKEY hKey, hSubkey; in OpenLogfile() local
1816 &hSubkey, in OpenLogfile()
1829 result = RegSetValueEx(hSubkey, "DisplayName", in OpenLogfile()
1851 result = RegSetValueEx(hSubkey, "UninstallString", in OpenLogfile()
/dports/databases/py-sqlite3/Python-3.8.12/PC/bdist_wininst/
H A Dinstall.c1750 HKEY hKey, hSubkey; in OpenLogfile() local
1816 &hSubkey, in OpenLogfile()
1829 result = RegSetValueEx(hSubkey, "DisplayName", in OpenLogfile()
1851 result = RegSetValueEx(hSubkey, "UninstallString", in OpenLogfile()
/dports/x11-toolkits/py-tkinter/Python-3.8.12/PC/bdist_wininst/
H A Dinstall.c1750 HKEY hKey, hSubkey; in OpenLogfile() local
1816 &hSubkey, in OpenLogfile()
1829 result = RegSetValueEx(hSubkey, "DisplayName", in OpenLogfile()
1851 result = RegSetValueEx(hSubkey, "UninstallString", in OpenLogfile()