Lines Matching refs:nbytes
42 DWORD nbytes = sz * sizeof(TCHAR); in GetOfficeInstallationPath() local
43 LPTSTR buff = reinterpret_cast<LPTSTR>(_alloca(nbytes)); in GetOfficeInstallationPath()
44 ZeroMemory(buff, nbytes); in GetOfficeInstallationPath()
60 DWORD nbytes = sz * sizeof(TCHAR); in GetOfficeProductName() local
61 LPTSTR buff = reinterpret_cast<LPTSTR>(_alloca(nbytes)); in GetOfficeProductName()
62 ZeroMemory(buff, nbytes); in GetOfficeProductName()
78 DWORD nbytes = sz * sizeof(TCHAR); in GetQuickstarterLinkName() local
79 LPTSTR buff = reinterpret_cast<LPTSTR>(_alloca(nbytes)); in GetQuickstarterLinkName()
80 ZeroMemory(buff, nbytes); in GetQuickstarterLinkName()
87 DWORD nbytes = sz * sizeof(TCHAR); in GetQuickstarterLinkName() local
88 LPTSTR buff = reinterpret_cast<LPTSTR>(_alloca(nbytes)); in GetQuickstarterLinkName()
89 ZeroMemory(buff, nbytes); in GetQuickstarterLinkName()