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 7d9c279396..e71cc3e622 100644 --- a/include/delphi/m_clist.inc +++ b/include/delphi/m_clist.inc @@ -155,6 +155,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
Affect : Toggles the show/hide status of the contact list
|