Searched refs:hKey (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/random/
H A Drndw32.c499 HKEY hKey;
506 0, KEY_READ, &hKey) == ERROR_SUCCESS)
514 status = RegQueryValueEx (hKey, "ProductType", 0, NULL,
525 RegCloseKey (hKey);
498 HKEY hKey; local
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/random/
H A Drndw32.c499 HKEY hKey;
506 0, KEY_READ, &hKey) == ERROR_SUCCESS)
514 status = RegQueryValueEx (hKey, "ProductType", 0, NULL,
525 RegCloseKey (hKey);
498 HKEY hKey; local
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dregistry.h98 // hKey should be opened and will be closed in wxRegKey dtor
99 void SetHkey(WXHKEY hKey);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/wince/
H A Dwinmain.cpp2105 HKEY hKey = NULL; local
2108 if (RegCreateKeyEx(hKeyRoot, szSubKey, 0, NULL, 0, KEY_SET_VALUE, NULL, &hKey, &dwDisposition) == ERROR_SUCCESS) {
2110 RegSetValueEx(hKey, NULL, 0, REG_SZ, (LPBYTE)szValue,
2113 RegCloseKey(hKey);
2120 HKEY hKey = NULL; local
2123 if (RegOpenKeyEx(hKeyRoot, szSubKey, 0, KEY_QUERY_VALUE, &hKey) == ERROR_SUCCESS) {
2124 lResult = RegQueryValueEx(hKey, NULL, NULL, NULL, (LPBYTE)szValue, &cBytes);
2125 RegCloseKey(hKey);
2132 HKEY hKey = NULL; local
2134 if (RegOpenKeyEx(HKEY_CURRENT_USER, g_szRegKey, 0, KEY_SET_VALUE, &hKey)
2143 HKEY hKey = NULL; local
2153 HKEY hKey = NULL; local
2168 HKEY hKey = NULL; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-sysdeps-wince-glue.c863 RegOpenKeyExA (HKEY hKey, LPCSTR lpSubKey, DWORD ulOptions, argument
879 result = RegOpenKeyEx (hKey, subkey, ulOptions, samDesired, phkResult);
889 RegQueryValueExA (HKEY hKey, LPCSTR lpValueName, LPDWORD lpReserved, argument
908 err = RegQueryValueExW (hKey, name, lpReserved, lpType, NULL, &data_len);
922 err = RegQueryValueExW (hKey, name, lpReserved, &type, data, &data_len);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dregistry.cpp288 // hKey should be opened and will be closed in wxRegKey dtor
289 void wxRegKey::SetHkey(WXHKEY hKey)
293 m_hKey = hKey;

Completed in 168 milliseconds