Lines Matching refs:OutputDebugStringFormat
96 inline void OutputDebugStringFormat( LPCTSTR pFormat, ... ) in OutputDebugStringFormat() function
106 static inline void OutputDebugStringFormat( LPCTSTR, ... ) in OutputDebugStringFormat() function
239 OutputDebugStringFormat( TEXT("Could not map view of file (%d).\n"), GetLastError() ); in Initialize()
242 … OutputDebugStringFormat( TEXT("Could not create file mapping object (%d).\n"), GetLastError() ); in Initialize()
837 OutputDebugStringFormat( TEXT( " Will install using <%s>\r\n" ), sMsiPath ); in LaunchInstaller()
838 OutputDebugStringFormat( TEXT( " Parameters are: %s\r\n" ), pParam ); in LaunchInstaller()
1029 OutputDebugStringFormat( TEXT("Setup will return error (%d).\n"), nErr ); in GetError()
1404 OutputDebugStringFormat( pMessage, pText ); in Log()
1409 OutputDebugStringFormat( pMessage ); in Log()
1904 OutputDebugStringFormat( TEXT( "MsiQueryProductState returned <%d>\r\n" ), nRet ); in InstallRuntimes()
1909 OutputDebugStringFormat( TEXT( " Will install runtime <%s>\r\n" ), sRuntimePath ); in InstallRuntimes()
2004 … OutputDebugStringFormat( TEXT( "found architecture<%d>\r\n" ), siSysInfo.wProcessorArchitecture ); in InstallRuntimes()