From fee8d991bdf4a59b563d1b92165ea0ed2f7bacb8 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 30 Mar 2013 17:12:06 +0000 Subject: 12 binary replacements for MS_DB_EVENT_* services: HANDLE db_event_add(HANDLE hContact, DBEVENTINFO *dbei); int db_event_count(HANDLE hContact); int db_event_delete(HANDLE hContact, HANDLE hDbEvent); HANDLE db_event_first(HANDLE hContact); HANDLE db_event_firstUnread(HANDLE hContact); int db_event_get(HANDLE hDbEvent, DBEVENTINFO *dbei); int db_event_getBlobSize(HANDLE hDbEvent); HANDLE db_event_getContact(HANDLE hDbEvent); HANDLE db_event_last(HANDLE hDbEvent); int db_event_markRead(HANDLE hContact, HANDLE hDbEvent); HANDLE db_event_next(HANDLE hDbEvent); HANDLE db_event_prev(HANDLE hDbEvent); git-svn-id: http://svn.miranda-ng.org/main/trunk@4254 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- include/m_protosvc.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/m_protosvc.h') diff --git a/include/m_protosvc.h b/include/m_protosvc.h index 9bfeda6d70..beb469a83c 100644 --- a/include/m_protosvc.h +++ b/include/m_protosvc.h @@ -736,7 +736,7 @@ typedef struct { Copies a message from a PROTORECVEVENT event into the database wParam = 0 (unused) lParam = CCSDATA* -Returns the result of MS_DB_EVENT_ADD +Returns the result of db_event_add() */ #define PSR_MESSAGE "/RecvMessage" @@ -752,7 +752,7 @@ __forceinline INT_PTR Proto_RecvMessage(HANDLE hContact, PROTORECVEVENT *pcre) Copies the EVENTTYPE_AUTHREQUEST event from PROTORECVEVENT into DBEVENTINFO and adds it wParam = char* : protocol name lParam = PROTORECVEVENT* -Returns the result of MS_DB_EVENT_ADD +Returns the result of db_event_add() */ #define PSR_AUTH "/RecvAuth" -- cgit v1.2.3