Searched refs:keyPath (Results 1 – 1 of 1) sorted by relevance
175 static bool getSystemRegistryString(const char *keyPath, const char *valueName, in getSystemRegistryString() argument185 const char *placeHolder = strstr(keyPath, "$VERSION"); in getSystemRegistryString()192 while ((keyEnd > keyPath) && (*keyEnd != '\\')) in getSystemRegistryString()197 size_t partialKeyLength = keyEnd - keyPath; in getSystemRegistryString()201 strncpy(partialKey, keyPath, partialKeyLength); in getSystemRegistryString()249 RegOpenKeyExA(hRootKey, keyPath, 0, KEY_READ | KEY_WOW64_32KEY, &hKey); in getSystemRegistryString()