Searched refs:szKey (Results 1 - 3 of 3) sorted by relevance
/vbox/src/libs/xpcom18a4/xpcom/glue/standalone/ |
H A D | nsGREDirServiceProvider.cpp | 432 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 D | atlbase.h | 223 LPCOLESTR szKey; member in struct:_ATL_REGMAP_ENTRY
|
/vbox/src/VBox/Frontends/VBoxManage/ |
H A D | VBoxInternalManage.cpp | 297 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 92 milliseconds