MCPcopy Create free account
hub / github.com/Predelnik/DSpellCheck / get_h_module

Function get_h_module

src/plugin/Plugin.cpp:141–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139DownloadDictionariesDialog *get_download_dics() { return download_dics_dlg.get(); }
140
141HANDLE get_h_module() { return h_module; }
142
143void create_hooks() {
144 h_mouse_hook = SetWindowsHookEx(WH_MOUSE, mouse_proc, nullptr, GetCurrentThreadId());

Callers 2

get_product_and_versionFunction · 0.85
create_tooltipFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected