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

Function InitializeConsole

PresentMon/Console.cpp:51–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51void InitializeConsole()
52{
53 gStderrIsConsole = InitConsole(STD_ERROR_HANDLE, stderr);
54 gStdoutIsConsole = InitConsole(STD_OUTPUT_HANDLE, stdout);
55}
56
57void FinalizeConsole()
58{

Callers 1

wmainFunction · 0.70

Calls 1

InitConsoleFunction · 0.85

Tested by

no test coverage detected