diff options
Diffstat (limited to 'include/delphi/m_clist.inc')
-rw-r--r-- | include/delphi/m_clist.inc | 5 |
1 files changed, 5 insertions, 0 deletions
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
|