From d4b6de0fb4ca58063eb2f424c77e74e703022b63 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 4 Apr 2018 21:07:46 +0300 Subject: static function CLIST_INTERFACE::pfnGetContactIcon exported as Clist_GetContactIcon (history++ to be recompiled) --- include/delphi/m_clist.inc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include/delphi/m_clist.inc') diff --git a/include/delphi/m_clist.inc b/include/delphi/m_clist.inc index 58094ef97a..7d9c279396 100644 --- a/include/delphi/m_clist.inc +++ b/include/delphi/m_clist.inc @@ -149,6 +149,11 @@ const } function Clist_MenuProcessHotkey(virtKey:uint) : integer; stdcall; external AppDll; + { + returns the icon's index of specified contact in the internal image list or -1 + } + function Clist_GetContactIcon(hContact:TMCONTACT) : integer; stdcall; external AppDll; + { wParam : 0 lParam : 0 -- cgit v1.2.3