From 5dbe3cb375f54da70a80cf1a2cbc94836f82eeaa Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 21 Jun 2013 13:54:41 +0000 Subject: new helper ProtoCallService - simply glues module & service name, and then simplyu calls CallService() git-svn-id: http://svn.miranda-ng.org/main/trunk@5077 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- include/delphi/m_core.inc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/delphi') diff --git a/include/delphi/m_core.inc b/include/delphi/m_core.inc index 2ab7632acc..c7f7dc6428 100644 --- a/include/delphi/m_core.inc +++ b/include/delphi/m_core.inc @@ -524,6 +524,9 @@ function mir_vsntprintf(buffer:pWideChar;count:size_t;fmt:pWideChar;va:va_list): function ProtoBroadcastAck(const szModule: PAnsiChar; hContact: THandle; type_: int; result_: int; hProcess: THandle; lParam: LPARAM): int_ptr; stdcall; external CoreDLL name 'ProtoBroadcastAck'; +function ProtoCallService(const szModule, szName:PAnsiChar; wParam:WPARAM; lParam:LPARAM):int_ptr; stdcall; + external CoreDLL name 'ProtoServiceExists'; + function ProtoServiceExists(const szModule, szName:PAnsiChar):int; stdcall; external CoreDLL name 'ProtoServiceExists'; -- cgit v1.2.3