Lines Matching refs:sBuf
284 TCHAR sBuf[80]; in GetProfileSection() local
285 …StringCchPrintf( sBuf, 80, TEXT("ERROR: GetPrivateProfileSection(): GetLastError returned %u\r\n")… in GetProfileSection()
286 Log( sBuf ); in GetProfileSection()
883 TCHAR sBuf[80]; in LaunchInstaller() local
884 StringCchPrintf( sBuf, 80, TEXT("Warning: msiexec returned %u.\r\n"), nResult ); in LaunchInstaller()
885 Log( sBuf ); in LaunchInstaller()
1848 TCHAR sBuf[80]; in IsPatchInstalled() local
1857 …StringCchPrintf( sBuf, 80, TEXT("ERROR: IsPatchInstalled: MsiGetSummaryInformation returned %u.\r\… in IsPatchInstalled()
1858 Log( sBuf ); in IsPatchInstalled()
1869 …StringCchPrintf( sBuf, 80, TEXT("ERROR: IsPatchInstalled: MsiSummaryInfoGetProperty returned %u.\r… in IsPatchInstalled()
1870 Log( sBuf ); in IsPatchInstalled()
1876 StringCchPrintf( sBuf, 80, TEXT(" GetPatchInfo for (%s) returned (%u)\r\n"), szPatchID, nRet ); in IsPatchInstalled()
1877 Log( sBuf ); in IsPatchInstalled()
1954 TCHAR sBuf[80]; in InstallRuntimes() local
1955 StringCchPrintf( sBuf, 80, TEXT("Warning: install runtime returned %u.\r\n"), nResult ); in InstallRuntimes()
1956 Log( sBuf ); in InstallRuntimes()