MCPcopy Create free account
hub / github.com/Norbyte/ositools / CreateConsole

Function CreateConsole

OsiInterface/Utils.cpp:25–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25void CreateConsole(HMODULE hModule)
26{
27 AllocConsole();
28 SetConsoleTitleW(L"Osiris Proxy Debug Console");
29 DisableThreadLibraryCalls(hModule);
30 FILE * reopenedStream;
31 freopen_s(&reopenedStream, "CONOUT$", "w", stdout);
32
33 Debug("******************************************************************************");
34 Debug("* *");
35 Debug("* LSLib Osiris Debug Console *");
36 Debug("* *");
37 Debug("******************************************************************************");
38 Debug("");
39 Debug("OsiInterface built on " __TIMESTAMP__);
40}
41

Callers 1

SetupOsirisProxyFunction · 0.85

Calls 1

DebugFunction · 0.85

Tested by

no test coverage detected