Lines Matching refs:buff
43 LPTSTR buff = reinterpret_cast<LPTSTR>(_alloca(nbytes)); in GetOfficeInstallationPath() local
44 ZeroMemory(buff, nbytes); in GetOfficeInstallationPath()
45 MsiGetProperty(handle, TEXT("INSTALLLOCATION"), buff, &sz); in GetOfficeInstallationPath()
46 progpath = buff; in GetOfficeInstallationPath()
61 LPTSTR buff = reinterpret_cast<LPTSTR>(_alloca(nbytes)); in GetOfficeProductName() local
62 ZeroMemory(buff, nbytes); in GetOfficeProductName()
63 MsiGetProperty(handle, TEXT("ProductName"), buff, &sz); in GetOfficeProductName()
64 productname = buff; in GetOfficeProductName()
79 LPTSTR buff = reinterpret_cast<LPTSTR>(_alloca(nbytes)); in GetQuickstarterLinkName() local
80 ZeroMemory(buff, nbytes); in GetQuickstarterLinkName()
81 MsiGetProperty(handle, TEXT("Quickstarterlinkname"), buff, &sz); in GetQuickstarterLinkName()
82 quickstarterlinkname = buff; in GetQuickstarterLinkName()
88 LPTSTR buff = reinterpret_cast<LPTSTR>(_alloca(nbytes)); in GetQuickstarterLinkName() local
89 ZeroMemory(buff, nbytes); in GetQuickstarterLinkName()
90 MsiGetProperty(handle, TEXT("ProductName"), buff, &sz); in GetQuickstarterLinkName()
91 quickstarterlinkname = buff; in GetQuickstarterLinkName()