From eb93c9842bc5dae03d6cc6df7bef86b620329196 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 28 Sep 2012 11:50:04 +0000 Subject: NotifyFastHook - new core function to call event hooks in the same thread, it never switches to the main thread to execute event's hooks git-svn-id: http://svn.miranda-ng.org/main/trunk@1704 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- include/m_core.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/m_core.h b/include/m_core.h index e0534750be..e617b0ca98 100644 --- a/include/m_core.h +++ b/include/m_core.h @@ -137,6 +137,7 @@ MIR_CORE_DLL(int) DestroyHookableEvent(HANDLE hEvent); MIR_CORE_DLL(int) SetHookDefaultForHookableEvent(HANDLE hEvent, MIRANDAHOOK pfnHook); MIR_CORE_DLL(int) CallPluginEventHook(HINSTANCE hInst, HANDLE hEvent, WPARAM wParam, LPARAM lParam); MIR_CORE_DLL(int) NotifyEventHooks(HANDLE hEvent, WPARAM wParam, LPARAM lParam); +MIR_CORE_DLL(int) NotifyFastHook(HANDLE hEvent, WPARAM wParam, LPARAM lParam); MIR_CORE_DLL(HANDLE) HookEvent(const char* name, MIRANDAHOOK hookProc); MIR_CORE_DLL(HANDLE) HookEventParam(const char* name, MIRANDAHOOKPARAM hookProc, LPARAM lParam); -- cgit v1.2.3