Home
last modified time | relevance | path

Searched refs:pbuff (Results 1 – 1 of 1) sorted by relevance

/trunk/main/setup_native/source/win32/customactions/languagepacks/
H A Dlngpckinsthelper.cxx91 TCHAR pbuff[MAX_PATH]; in FindProductInstallationPath() local
92 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()