From 61e38b216b478869cea3ce57ffee392da0ca21a0 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 25 Sep 2013 13:56:35 +0000 Subject: delphi headers sync git-svn-id: http://svn.miranda-ng.org/main/trunk@6231 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- include/delphi/m_protoint.inc | 1 - include/delphi/m_protosvc.inc | 16 ---------------- 2 files changed, 17 deletions(-) (limited to 'include/delphi') diff --git a/include/delphi/m_protoint.inc b/include/delphi/m_protoint.inc index 069c1f2ea4..cce67deccd 100644 --- a/include/delphi/m_protoint.inc +++ b/include/delphi/m_protoint.inc @@ -89,7 +89,6 @@ type GetAwayMsg :function(intf:PPROTO_INTERFACE;hContact:THANDLE):THANDLE; cdecl; RecvAwayMsg:function(intf:PPROTO_INTERFACE;hContact:THANDLE;mode:int;var evt:TPROTORECVEVENT):int; cdecl; - SendAwayMsg:function(intf:PPROTO_INTERFACE;hContact:THANDLE;hProcess:THANDLE;const msg:PAnsiChar):int; cdecl; SetAwayMsg :function(intf:PPROTO_INTERFACE;iStatus:int; const msg:PAnsiChar):int; cdecl; UserIsTyping:function(intf:PPROTO_INTERFACE;hContact:THANDLE; _type:int):int; cdecl; diff --git a/include/delphi/m_protosvc.inc b/include/delphi/m_protosvc.inc index bb085ad00c..425e6ce1c2 100644 --- a/include/delphi/m_protosvc.inc +++ b/include/delphi/m_protosvc.inc @@ -776,22 +776,6 @@ const } PSS_GETAWAYMSG = '/GetAwayMsg'; - { - CCSDATA: Yes - wParam : hProcess - lParam : pointer to a buffer to fill with away message to reply with - Affect : Sends an away message reply to a user, see notes - Returns: 0 on success, [non zero] on failure - Notes : This service must only be called is caps has PF1_MODEMSGSEND set - as well as PF1_INDIVMODEMSG otherwise PS_SETAWAYMESSAGE should - be used. - - - Reply will be sent in the form of an ack : - - type=ACKTYPE_AWAYMSG, result=ACKRESULT_SENTREQUEST, lParam=0 - } - PSS_AWAYMSG = '/SendAwayMsg'; - { CCSDATA: Yes wParam : status_mode -- cgit v1.2.3