diff options
author | George Hazan <george.hazan@gmail.com> | 2014-02-16 21:07:15 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-02-16 21:07:15 +0000 |
commit | 970946fb23d2555a6d08cd0c5c065d7fd4bee322 (patch) | |
tree | ff8ef6a83b7cfd9270ba5d8eb89dc0ab2ff77c2d /include/delphi | |
parent | 0df68ef45f3467047892d9b5547329aaac6e56f0 (diff) |
PS_CHANGEINFO is never called, and therefore exterminated
git-svn-id: http://svn.miranda-ng.org/main/trunk@8147 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include/delphi')
-rw-r--r-- | include/delphi/m_protosvc.inc | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/include/delphi/m_protosvc.inc b/include/delphi/m_protosvc.inc index 335e2073ce..4ec06e3775 100644 --- a/include/delphi/m_protosvc.inc +++ b/include/delphi/m_protosvc.inc @@ -514,23 +514,6 @@ const PS_ADDTOLISTBYEVENT = '/AddToListByEvent';
{
- wParam : InfoType
- lParam : Pointer to InfoData
- Affect : Changes user details as stored on the server, see notes
- Returns: A Handle to the change request or NULL(0) on failure
- Notes : the details stored on the server are very protocol spec'd
- so this service just supplies an outline for protocols to use.
- See protocol-specific documentation for what infoTypes are available
- and what InfoData should be for each infoTypes.
- -
- Sends an ack type=ACKTYPE_SETINFO, result=ACKRESULT_SUCCESS/FAILURE, lParam=0
- -
- This description just leaves me cold.
- Version: v0.1.2.0+
- }
- PS_CHANGEINFO = '/ChangeInfo';
-
- {
wParam : HFILETRANSFER
lParam : Pointer to a initalised TPROTOFILERESUME
Affect : Informs the protocol of the user's chosen resume behaviour, see notes
|