diff options
author | George Hazan <george.hazan@gmail.com> | 2013-09-25 13:56:35 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-09-25 13:56:35 +0000 |
commit | 61e38b216b478869cea3ce57ffee392da0ca21a0 (patch) | |
tree | d0caadad8eab2406bb3f0b361c79cb7afc6d27df /include/delphi | |
parent | 125264843b0e1f8afccc85ea30c329f0366eb716 (diff) |
delphi headers sync
git-svn-id: http://svn.miranda-ng.org/main/trunk@6231 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include/delphi')
-rw-r--r-- | include/delphi/m_protoint.inc | 1 | ||||
-rw-r--r-- | include/delphi/m_protosvc.inc | 16 |
2 files changed, 0 insertions, 17 deletions
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 @@ -778,22 +778,6 @@ const {
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
lParam : 0
Affect : Set the status mode the user will appear in to a user, see notes
|