MCPcopy Create free account
hub / github.com/ElementsProject/elements / consoleCtrlHandler

Function consoleCtrlHandler

src/init.cpp:352–357  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

350}
351#else
352static BOOL WINAPI consoleCtrlHandler(DWORD dwCtrlType)
353{
354 StartShutdown();
355 Sleep(INFINITE);
356 return true;
357}
358#endif
359
360#ifndef WIN32

Callers

nothing calls this directly

Calls 1

StartShutdownFunction · 0.85

Tested by

no test coverage detected