Searched refs:pbuff (Results 1 – 1 of 1) sorted by relevance
91 TCHAR pbuff[MAX_PATH]; in FindProductInstallationPath() local92 DWORD size = sizeof(pbuff); in FindProductInstallationPath()94 … hSubKey, TEXT("Path"), NULL, &type, reinterpret_cast<LPBYTE>(pbuff), &size) != ERROR_SUCCESS) || in FindProductInstallationPath()98 std::string path(pbuff); in FindProductInstallationPath()