From 35e2289786a7f1542573d1a58ebc971970ea981c Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 5 Apr 2018 22:10:25 +0300 Subject: CLIST_INTERFACE::pfnGetContactDisplayName => Clist_GetContactDisplayName --- 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 7d9c279396..e71cc3e622 100644 --- a/include/delphi/m_clist.inc +++ b/include/delphi/m_clist.inc @@ -154,6 +154,11 @@ const } function Clist_GetContactIcon(hContact:TMCONTACT) : integer; stdcall; external AppDll; + { + returns a static display name for a contact + } + function Clist_GetContactDisplayName(hContact:TMCONTACT; mode:int):PWideChar; stdcall; external AppDll; + { wParam : 0 lParam : 0 -- cgit v1.2.3