Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
15
static winrt::handle gExitEvent;
16
17
static BOOL WINAPI ExitHandler(DWORD ignored) {
18
CoUninitialize();
19
SetEvent(gExitEvent.get());
20
return TRUE;
21
}
22
23
class ConsoleLoopCondition::Impl final {
24
public:
Callers
nothing calls this directly
Calls
1
get
Method · 0.45
Tested by
no test coverage detected