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/m_protosvc.inc | |
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/m_protosvc.inc')
-rw-r--r-- | include/delphi/m_protosvc.inc | 16 |
1 files changed, 0 insertions, 16 deletions
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
|