Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
363
int 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
LoadNVDDManifest
Function · 0.85
wmain
Function · 0.85
ParseKeyName
Function · 0.85
ParseValue
Function · 0.85
PrintHotkeyError
Function · 0.85
ParseCommandLine
Function · 0.85
RestartAsAdministrator
Function · 0.85
Calls
1
PrintColor
Function · 0.85
Tested by
no test coverage detected