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

Function PrintError

PresentMon/Console.cpp:363–370  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

361}
362
363int PrintError(wchar_t const* format, ...)
364{
365 va_list val;
366 va_start(val, format);
367 int c = PrintColor(FOREGROUND_RED, format, val);
368 va_end(val);
369 return c;
370}

Callers 7

LoadNVDDManifestFunction · 0.85
wmainFunction · 0.85
ParseKeyNameFunction · 0.85
ParseValueFunction · 0.85
PrintHotkeyErrorFunction · 0.85
ParseCommandLineFunction · 0.85
RestartAsAdministratorFunction · 0.85

Calls 1

PrintColorFunction · 0.85

Tested by

no test coverage detected