MCPcopy Create free account
hub / github.com/Apache553/SubtitleFontHelper / ControlHandler

Function ControlHandler

FontDatabaseBuilder/FontDatabaseBuilder.cpp:20–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18std::atomic<bool> g_cancelToken{false};
19
20BOOL WINAPI ControlHandler(DWORD dwCtrlType)
21{
22 g_cancelToken = true;
23 return TRUE;
24}
25
26void FindOptions(int argc, wchar_t** argv, std::vector<std::wstring>& input, std::wstring& output, bool& deduplicate)
27{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected