Lines Matching refs:OutputDebugStringFormat
98 inline void OutputDebugStringFormat( LPCTSTR pFormat, ... ) in OutputDebugStringFormat() function
108 static inline void OutputDebugStringFormat( LPCTSTR, ... ) in OutputDebugStringFormat() function
254 OutputDebugStringFormat( TEXT("Could not map view of file (%d).\n"), GetLastError() ); in Initialize()
257 … OutputDebugStringFormat( TEXT("Could not create file mapping object (%d).\n"), GetLastError() ); in Initialize()
783 OutputDebugStringFormat( TEXT( " Will install using <%s>\r\n" ), sMsiPath ); in LaunchInstaller()
784 OutputDebugStringFormat( TEXT( " Parameters are: %s\r\n" ), pParam ); in LaunchInstaller()
975 OutputDebugStringFormat( TEXT("Setup will return error (%d).\n"), nErr ); in GetError()
1334 OutputDebugStringFormat( pMessage, pText ); in Log()
1339 OutputDebugStringFormat( pMessage ); in Log()
1834 OutputDebugStringFormat( TEXT( "MsiQueryProductState returned <%d>\r\n" ), nRet ); in InstallRuntimes()
1839 OutputDebugStringFormat( TEXT( " Will install runtime <%s>\r\n" ), sRuntimePath ); in InstallRuntimes()
1934 … OutputDebugStringFormat( TEXT( "found architecture<%d>\r\n" ), siSysInfo.wProcessorArchitecture ); in InstallRuntimes()