MCPcopy Create free account
hub / github.com/TombEngine/TombEngine / WinClose

Function WinClose

TombEngine/Specific/winmain.cpp:815–824  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

813}
814
815void WinClose()
816{
817 if (ConsoleThreadHandle)
818 CloseHandle((HANDLE)ConsoleThreadHandle);
819
820 WaitForSingleObject((HANDLE)ThreadHandle, 5000);
821 DestroyAcceleratorTable(hAccTable);
822 ShutdownTENLog();
823 CoUninitialize();
824}

Callers 1

WinMainFunction · 0.85

Calls 1

ShutdownTENLogFunction · 0.85

Tested by

no test coverage detected