From 2dd3e220e4c783a5454d763b01d56e71042644f2 Mon Sep 17 00:00:00 2001
From: George Hazan <ghazan@miranda.im>
Date: Thu, 19 Apr 2018 18:17:25 +0300
Subject: CallObjectEventHook: new function to call the event hook of the
 specified object

---
 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 f39e711750..00ac529c3d 100644
--- a/include/m_core.h
+++ b/include/m_core.h
@@ -101,6 +101,7 @@ MIR_CORE_DLL(HANDLE)  CreateHookableEvent(const char *name);
 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 = 0, LPARAM lParam = 0);
+MIR_CORE_DLL(int)     CallObjectEventHook(void *pObject, HANDLE hEvent, WPARAM wParam = 0, LPARAM lParam = 0);
 MIR_CORE_DLL(int)     NotifyEventHooks(HANDLE hEvent, WPARAM wParam = 0, LPARAM lParam = 0);
 MIR_CORE_DLL(int)     NotifyFastHook(HANDLE hEvent, WPARAM wParam = 0, LPARAM lParam = 0);
 
-- 
cgit v1.2.3