From 85c0b6a96f366bdf0ca334ee7cb1877fb3f2288c Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 16 Jan 2015 17:49:54 +0000 Subject: MEVENT - the strict type for events, they are not HANDLE anymore git-svn-id: http://svn.miranda-ng.org/main/trunk@11866 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- include/delphi/m_db_int.inc | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'include/delphi/m_db_int.inc') diff --git a/include/delphi/m_db_int.inc b/include/delphi/m_db_int.inc index ee6334e52f..61d8d66fc5 100644 --- a/include/delphi/m_db_int.inc +++ b/include/delphi/m_db_int.inc @@ -83,17 +83,17 @@ type IsDbContact:function(contactID:TMCONTACT):bool; stdcall; GetEventCount:function(contactID:TMCONTACT):long; stdcall; - AddEvent:function(contactID:TMCONTACT; dbe:PDBEVENTINFO):THANDLE; stdcall; - DeleteEvent:function(contactID:TMCONTACT; hDbEvent:THANDLE):bool; stdcall; - GetBlobSize:function(hDbEvent:THANDLE):long; stdcall; - GetEvent:function(hDbEvent:THANDLE; dbe:PDBEVENTINFO):bool; stdcall; - MarkEventRead:function(contactID:TMCONTACT; hDbEvent:THANDLE):bool; stdcall; - GetEventContact:function(hDbEvent:THANDLE):TMCONTACT; stdcall; - FindFirstEvent:function(contactID:TMCONTACT):THANDLE; stdcall; - FindFirstUnreadEvent:function(contactID:TMCONTACT):THANDLE; stdcall; - FindLastEvent:function(contactID:TMCONTACT):THANDLE; stdcall; - FindNextEvent:function(contactID:TMCONTACT;hDbEvent:THANDLE):THANDLE; stdcall; - FindPrevEvent:function(contactID:TMCONTACT;hDbEvent:THANDLE):THANDLE; stdcall; + AddEvent:function(contactID:TMCONTACT; dbe:PDBEVENTINFO):HDBEVENT; stdcall; + DeleteEvent:function(contactID:TMCONTACT; hDbEvent:HDBEVENT):bool; stdcall; + GetBlobSize:function(hDbEvent:HDBEVENT):long; stdcall; + GetEvent:function(hDbEvent:HDBEVENT; dbe:PDBEVENTINFO):bool; stdcall; + MarkEventRead:function(contactID:TMCONTACT; hDbEvent:HDBEVENT):bool; stdcall; + GetEventContact:function(hDbEvent:HDBEVENT):TMCONTACT; stdcall; + FindFirstEvent:function(contactID:TMCONTACT):HDBEVENT; stdcall; + FindFirstUnreadEvent:function(contactID:TMCONTACT):HDBEVENT; stdcall; + FindLastEvent:function(contactID:TMCONTACT):HDBEVENT; stdcall; + FindNextEvent:function(contactID:TMCONTACT;hDbEvent:HDBEVENT):HDBEVENT; stdcall; + FindPrevEvent:function(contactID:TMCONTACT;hDbEvent:HDBEVENT):HDBEVENT; stdcall; EnumModuleNames:function(pFunc:TDBMODULEENUMPROC; pParam:pointer):bool; stdcall; -- cgit v1.2.3