From cb07641dfb24d64306b3c473990622d0c653e567 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 18 Apr 2016 16:47:38 +0000 Subject: empty services removed git-svn-id: http://svn.miranda-ng.org/main/trunk@16714 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- include/delphi/m_clui.inc | 55 ----------------------------------------------- 1 file changed, 55 deletions(-) (limited to 'include/delphi') diff --git a/include/delphi/m_clui.inc b/include/delphi/m_clui.inc index a6b5fa2583..10af8c8c29 100644 --- a/include/delphi/m_clui.inc +++ b/include/delphi/m_clui.inc @@ -42,61 +42,6 @@ const } MS_CLUI_GROUPADDED:PAnsiChar = 'CLUI/GroupCreated'; - { - wParam : TMCONTACT - lParam : ICON_ID - Affect : Change the icon for a contact, see notes - Returns: 0 on success, [non zero] on failure - Notes : ICON_ID is an offset in the imagelist, see clist/geticonsimagelist - } - MS_CLUI_CONTACTSETICON:PAnsiChar = 'CLUI/ContactSetIcon'; - - { - wParam : TMCONTACT - lParam : 0 - Affect : Remove a contact from the list, see notes - Returns: 0 on success, [non zereo] on failure - Notes : this contact is NOT actually being deleted, since if - a contact goes offline while 'hide offline' option is sset, - this service will be called then ALSO - } - MS_CLUI_CONTACTDELETED:PAnsiChar = 'CLUI/ContactDeleted'; - - { - wParam : TMCONTACT - lParam : ICON_ID - Affect : Add a contact to the list, see note - returns: 0 on success, [non zero] on failure - Notes : the caller processes the 'hide offline' setting, so the callee - should not do further processing based on the value of this setting - - - WARNING: this will be called to re-add a contact when they come - online if 'hide offline' is on, but it cannot determine if - the contact is already on the list, so you may get requests to - add a contact when it is already on the list, which you should ignore. - - - You'll also get this whenever an event is added for a contact, - since if the contact was offline, it needs to be shown to - display the mesage, even if 'hide offlines' is on. - - - you should not resort the list on this call, a seperate resort - request will be sent. - - - ICON_ID is an offset in the image list, see clist/geticonsimagelist - - } - MS_CLUI_CONTACTADDED:PAnsiChar = 'CLUI/ContactAdded'; - - { - wParam : TMCONTACT - lParam : 0 - Affect : Reename a contact in the lists, see notes - Returns: 0 on success, [non zero] on failure - Notes : You should not re-sort the list on this call, a separate resort - request will be sent, you can get the new name from clist/getcontactdisplayname - } - MS_CLUI_CONTACTRENAMED:PAnsiChar = 'CLUI/ContactRenamed'; - { wParam : 0 lParam : 0 -- cgit v1.2.3