Searched refs:pbuff (Results 1 – 1 of 1) sorted by relevance
93 TCHAR pbuff[MAX_PATH]; in FindProductInstallationPath() local94 DWORD size = sizeof(pbuff); in FindProductInstallationPath()96 … hSubKey, TEXT("Path"), NULL, &type, reinterpret_cast<LPBYTE>(pbuff), &size) != ERROR_SUCCESS) || in FindProductInstallationPath()100 std::string path(pbuff); in FindProductInstallationPath()
Completed in 5 milliseconds