diff options
author | George Hazan <george.hazan@gmail.com> | 2023-12-25 17:07:11 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2023-12-25 17:07:11 +0300 |
commit | dcfea2fd7445ce4e28e9973403aeffb8e7675d6a (patch) | |
tree | cbf614bcc91371d06cb99f735bfe1660ccfd98b6 /include | |
parent | f882faaa10cb09acb9c7889d64fa9083e2eb1437 (diff) |
CallContactService - useful helper exported from mir_app
Diffstat (limited to 'include')
-rw-r--r-- | include/m_core.h | 1 |
1 files changed, 1 insertions, 0 deletions
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
|