Lines Matching refs:sBuf
286 TCHAR sBuf[80]; in GetProfileSection() local
287 …StringCchPrintf( sBuf, 80, TEXT("ERROR: GetPrivateProfileSection(): GetLastError returned %u\r\n")… in GetProfileSection()
288 Log( sBuf ); in GetProfileSection()
885 TCHAR sBuf[80]; in LaunchInstaller() local
886 StringCchPrintf( sBuf, 80, TEXT("Warning: msiexec returned %u.\r\n"), nResult ); in LaunchInstaller()
887 Log( sBuf ); in LaunchInstaller()
1850 TCHAR sBuf[80]; in IsPatchInstalled() local
1859 …StringCchPrintf( sBuf, 80, TEXT("ERROR: IsPatchInstalled: MsiGetSummaryInformation returned %u.\r\… in IsPatchInstalled()
1860 Log( sBuf ); in IsPatchInstalled()
1871 …StringCchPrintf( sBuf, 80, TEXT("ERROR: IsPatchInstalled: MsiSummaryInfoGetProperty returned %u.\r… in IsPatchInstalled()
1872 Log( sBuf ); in IsPatchInstalled()
1878 StringCchPrintf( sBuf, 80, TEXT(" GetPatchInfo for (%s) returned (%u)\r\n"), szPatchID, nRet ); in IsPatchInstalled()
1879 Log( sBuf ); in IsPatchInstalled()
1958 TCHAR sBuf[80]; in InstallRuntimes() local
1959 StringCchPrintf( sBuf, 80, TEXT("Warning: install runtime returned %u.\r\n"), nResult ); in InstallRuntimes()
1960 Log( sBuf ); in InstallRuntimes()