diff options
author | George Hazan <george.hazan@gmail.com> | 2015-05-30 22:06:00 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-05-30 22:06:00 +0000 |
commit | 27116b65cabb181630170eea15a987dc9395fd85 (patch) | |
tree | da5556762718c77d8ef89278bdf12ea380181ea3 /plugins | |
parent | 978fdf664072386d3be6c2210452aa3d140200f7 (diff) |
manual removed
git-svn-id: http://svn.miranda-ng.org/main/trunk@13919 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/mRadio/i_service.inc | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/plugins/mRadio/i_service.inc b/plugins/mRadio/i_service.inc index 21271fcd3a..740b9378ff 100644 --- a/plugins/mRadio/i_service.inc +++ b/plugins/mRadio/i_service.inc @@ -193,45 +193,4 @@ begin prh7:=CreateProtoService(PS_GETSTATUS ,@Service_GetStatus);
prh8:=CreateProtoService(PS_SETSTATUS ,@Service_SetStatus);
prh9:=CreateProtoService(PSS_GETAWAYMSG ,@Service_GetAwayMsg);
-(*
-{
- Asks protocol for the status message for a status
- wParam=(WORD) 0 for current status or a status id
- lParam=SGMA_xxx
- Returns status msg or NULL if there is none. The protocol have to handle only the current
- status. Handling messages for other statuses is optional.
- Remember to mir_free the return value
-}
- SGMA_UNICODE = 1; // return Unicode status
-
- PS_GETMYAWAYMSG = '/GetMyAwayMsg';
-
-*)
-(* {
- wParam : 0
- lParam : Pointer to a null terminated string containing an ID to search for
- Affect : Send a basic search request, see notes
- Returns: A handle to the search request or NULL(0) on failure
- Notes : All protocols identify users uniquely by a single field
- this service will search by that field.
- -
- All search replies (even protocol-spec extended searches)
- are replied by a series of ack's,-
- -
- Result acks are a series of:
- type=ACKTYPE_SEARCH, result=ACKRESULT_DATA, lParam=Pointer to a TPROTOSEARCHRESULT structure
- -
- ending ack:
- type=ACKTYPE_SEARCH, result=ACKRESULT_SUCCESS, lParam=0
- -
- The pointers in the structure are not guaranteed to be
- valid after the ack is complete.
- -
- The structure to reply with search results can be extended
- per protocol basis (see below)
-
- }
- PS_BASICSEARCH = '/BasicSearch';
- PS_BASICSEARCHW = '/BasicSearchW';
-*)
end;
|