Home
last modified time | relevance | path

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

/aoo41x/main/setup_native/source/win32/customactions/languagepacks/
H A Dlngpckinsthelper.cxx93 TCHAR pbuff[MAX_PATH]; in FindProductInstallationPath() local
94 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 119 milliseconds