Searched defs:szKey (Results 1 - 3 of 3) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/glue/standalone/
H A DnsGREDirServiceProvider.cpp432 char szKey[256]; local
447 strcpy(szKey, GRE_WIN_REG_LOC GRE_BUILD_ID);
449 if (::RegOpenKeyEx(HKEY_CURRENT_USER, szKey, 0, KEY_QUERY_VALUE, &hRegKey) == ERROR_SUCCESS) {
459 if (::RegOpenKeyEx(HKEY_LOCAL_MACHINE, szKey, 0, KEY_QUERY_VALUE, &hRegKey) == ERROR_SUCCESS) {
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Datlbase.h223 LPCOLESTR szKey; member in struct:_ATL_REGMAP_ENTRY
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxInternalManage.cpp297 char szKey[32]; local
298 size_t cchKey = RTStrPrintf(szKey, sizeof(szKey), "%#x", i);
299 const char *psz = strstr(pszKeys, szKey);
308 psz = strstr(psz + cchKey, szKey);
312 rKey = szKey;
313 Utf8StrFmt NewKeysUtf8("%s %s", pszKeys, szKey);

Completed in 50 milliseconds