MCPcopy Create free account
hub / github.com/OpenKneeboard/OpenKneeboard / ExitHandler

Function ExitHandler

src/lib/ConsoleLoopCondition.cpp:17–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15static winrt::handle gExitEvent;
16
17static BOOL WINAPI ExitHandler(DWORD ignored) {
18 CoUninitialize();
19 SetEvent(gExitEvent.get());
20 return TRUE;
21}
22
23class ConsoleLoopCondition::Impl final {
24 public:

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected