Lines Matching refs:OutputDebugStringFormat
57 inline void OutputDebugStringFormat( LPCTSTR pFormat, ... ) in OutputDebugStringFormat() function
67 static inline void OutputDebugStringFormat( LPCTSTR, ... ) in OutputDebugStringFormat() function
301 …OutputDebugStringFormat( TEXT("%s <-> %s: %s"), sFileName1.c_str(), sFileName2.c_str(), fSuccess ?… in SwapFiles()
318 OutputDebugStringFormat( TEXT("Error Code %d: %s"), dwError, lpMsgBuf ); in SwapFiles()
322 OutputDebugStringFormat( TEXT("Error Code %d: Unknown"), dwError ); in SwapFiles()
453 OutputDebugStringFormat( TEXT("*** Retrieving Section Names ****") ); in getProfileSections()
474 OutputDebugStringFormat( TEXT("Section: %s"), section.c_str() ); in getProfileSections()
482 OutputDebugStringFormat( TEXT("*** Done Section Names ***") ); in getProfileSections()
492 OutputDebugStringFormat( TEXT("*** Retrieving Key Names for [%s] ***"), aSectionName.c_str() ); in getProfileKeys()
525 OutputDebugStringFormat( keyname.c_str() ); in getProfileKeys()
535 OutputDebugStringFormat( TEXT("*** Done Key Names for [%s] ***"), aSectionName.c_str() ); in getProfileKeys()