Searched refs:hKey (Results 1 – 5 of 5) sorted by relevance
126 HKEY hKey = NULL; in getSystemRegistryString()176 KEY_READ | KEY_WOW64_32KEY, &hKey); in getSystemRegistryString()178 lResult = readFullStringValue(hKey, valueName, value); in getSystemRegistryString()185 RegCloseKey(hKey); in getSystemRegistryString()194 RegOpenKeyEx(hRootKey, keyPath, 0, KEY_READ | KEY_WOW64_32KEY, &hKey); in getSystemRegistryString()196 lResult = readFullStringValue(hKey, valueName, value); in getSystemRegistryString()201 RegCloseKey(hKey); in getSystemRegistryString()
863 RegOpenKeyExA (HKEY hKey, LPCSTR lpSubKey, DWORD ulOptions, in RegOpenKeyExA() argument879 result = RegOpenKeyEx (hKey, subkey, ulOptions, samDesired, phkResult); in RegOpenKeyExA()889 RegQueryValueExA (HKEY hKey, LPCSTR lpValueName, LPDWORD lpReserved, in RegQueryValueExA() argument908 err = RegQueryValueExW (hKey, name, lpReserved, lpType, NULL, &data_len); in RegQueryValueExA()922 err = RegQueryValueExW (hKey, name, lpReserved, &type, data, &data_len); in RegQueryValueExA()
545 static int get_res_nt(HKEY hKey, const char *subkey, char **obuf) in get_res_nt() argument551 result = RegQueryValueEx(hKey, subkey, 0, NULL, NULL, &size); in get_res_nt()558 if (RegQueryValueEx(hKey, subkey, 0, NULL, in get_res_nt()572 static int get_res_interfaces_nt(HKEY hKey, const char *subkey, char **obuf) in get_res_interfaces_nt() argument579 while (RegEnumKeyEx(hKey, idx++, enumbuf, &enum_size, 0, in get_res_interfaces_nt()585 if (RegOpenKeyEx(hKey, enumbuf, 0, KEY_QUERY_VALUE, &hVal) != in get_res_interfaces_nt()
428 v8::Local<v8::String> hKey = v8::String::NewFromUtf8( in HasObjectOwnProperty() local431 return hObject.As<v8::Object>()->HasRealNamedProperty(hKey) || in HasObjectOwnProperty()432 (bUseTypeGetter && hObject.As<v8::Object>()->HasOwnProperty(hKey)); in HasObjectOwnProperty()
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...