diff options
author | George Hazan <ghazan@miranda.im> | 2019-01-18 21:13:56 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-01-18 21:14:08 +0300 |
commit | 501fd1fbff6afc11bb0368b82b4a8d9451bee5f3 (patch) | |
tree | b866920cd6602debae44b8c7834a949557482ee7 /include/delphi | |
parent | 9f151b736b37b9aba43b14b39afb28563e5a3231 (diff) |
we don't need PSR_URL as well
Diffstat (limited to 'include/delphi')
-rw-r--r-- | include/delphi/m_protosvc.inc | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/include/delphi/m_protosvc.inc b/include/delphi/m_protosvc.inc index 8edc1b645d..25c55dde3e 100644 --- a/include/delphi/m_protosvc.inc +++ b/include/delphi/m_protosvc.inc @@ -699,26 +699,6 @@ const this event is NOT added to the database automatically.
}
PSS_MESSAGE = '/SendMsg';
-// PSS_MESSAGEW = '/SendMsgW';
-
- {
- CCSDATA: Yes
- wParam : flags
- lParam : null terminated string to the URL, see notes
- Affect : Send a URL message, see notes
- Returns: A hProcess which will be ack'd later
- Notes : lParam may contain TWO strings, the first for URL, the second for
- description, in the format :
- <url>#0<desc>#0 or <url>#0#0
- Will send an ack for hProcess when the URL actually gets sent
- type=ACKTYPE_URL, result=ACKRESULT_SUCCESS/FAILURE,
- lParam=ansi error message or NIL
- -
- protocol modules are free to define flags starting at $10000
- -
- The event will *not* be added to the database automatically
- }
- PSS_URL = '/SendUrl';
{
CCSDATA: Yes
@@ -900,18 +880,6 @@ const {
CCSDATA: Yes
wParam : 0
- lParam : Pointer to a TPROTORECVEVENT, see notes
- Affect : A URL has been received
- Notes : szMessage is encoded the same as PSS_URL
- -
- Stored in the database : EVENTTYPE_URL, blob contains message
- without null termination
- }
- PSR_URL = '/RecvUrl';
-
- {
- CCSDATA: Yes
- wParam : 0
lParam : Pointer to a TPROTORECVEVENT
Affect : Contacts have been received, see notes
Notes : pre.szMessage is actually a PROTOSEARCHRESULT list
|