MCPcopy Create free account
hub / github.com/GameTechDev/PresentMon / PrintWarning

Function PrintWarning

PresentMon/Console.cpp:354–361  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

352}
353
354int PrintWarning(wchar_t const* format, ...)
355{
356 va_list val;
357 va_start(val, format);
358 int c = PrintColor(FOREGROUND_RED | FOREGROUND_GREEN, format, val);
359 va_end(val);
360 return c;
361}
362
363int PrintError(wchar_t const* format, ...)
364{

Callers 3

EnableScrollLockFunction · 0.85
wmainFunction · 0.85
ParseCommandLineFunction · 0.85

Calls 1

PrintColorFunction · 0.85

Tested by

no test coverage detected