Lines Matching refs:sBuf
301 TCHAR sBuf[80]; in GetProfileSection() local
302 …StringCchPrintf( sBuf, 80, TEXT("ERROR: GetPrivateProfileSection(): GetLastError returned %u\r\n")… in GetProfileSection()
303 Log( sBuf ); in GetProfileSection()
831 TCHAR sBuf[80]; in LaunchInstaller() local
832 StringCchPrintf( sBuf, 80, TEXT("Warning: msiexec returned %u.\r\n"), nResult ); in LaunchInstaller()
833 Log( sBuf ); in LaunchInstaller()
1780 TCHAR sBuf[80]; in IsPatchInstalled() local
1789 …StringCchPrintf( sBuf, 80, TEXT("ERROR: IsPatchInstalled: MsiGetSummaryInformation returned %u.\r\… in IsPatchInstalled()
1790 Log( sBuf ); in IsPatchInstalled()
1801 …StringCchPrintf( sBuf, 80, TEXT("ERROR: IsPatchInstalled: MsiSummaryInfoGetProperty returned %u.\r… in IsPatchInstalled()
1802 Log( sBuf ); in IsPatchInstalled()
1808 StringCchPrintf( sBuf, 80, TEXT(" GetPatchInfo for (%s) returned (%u)\r\n"), szPatchID, nRet ); in IsPatchInstalled()
1809 Log( sBuf ); in IsPatchInstalled()
1888 TCHAR sBuf[80]; in InstallRuntimes() local
1889 StringCchPrintf( sBuf, 80, TEXT("Warning: install runtime returned %u.\r\n"), nResult ); in InstallRuntimes()
1890 Log( sBuf ); in InstallRuntimes()