Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
51
void InitializeConsole()
52
{
53
gStderrIsConsole = InitConsole(STD_ERROR_HANDLE, stderr);
54
gStdoutIsConsole = InitConsole(STD_OUTPUT_HANDLE, stdout);
55
}
56
57
void FinalizeConsole()
58
{
Callers
1
wmain
Function · 0.70
Calls
1
InitConsole
Function · 0.85
Tested by
no test coverage detected