From dcfea2fd7445ce4e28e9973403aeffb8e7675d6a Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 25 Dec 2023 17:07:11 +0300 Subject: CallContactService - useful helper exported from mir_app --- 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 d4fd0f197a..26dc016dae 100644 --- a/include/m_core.h +++ b/include/m_core.h @@ -147,6 +147,7 @@ MIR_CORE_DLL(void) KillObjectServices(void* pObject); MIR_APP_DLL(int) ProtoServiceExists(const char *szModule, const char *szService); MIR_APP_DLL(INT_PTR) CallProtoService(const char *szModule, const char *szService, WPARAM wParam = 0, LPARAM lParam = 0); +MIR_APP_DLL(INT_PTR) CallContactService(MCONTACT hContact, const char *szModule, const char *szService, WPARAM wParam = 0, LPARAM lParam = 0); /////////////////////////////////////////////////////////////////////////////// // exceptions -- cgit v1.2.3