From 951bdb6a6296837838b87125b41bf2e7a976b773 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 13 Apr 2016 18:37:10 +0000 Subject: simple but effective clist group cache git-svn-id: http://svn.miranda-ng.org/main/trunk@16649 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- include/m_clist.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'include') diff --git a/include/m_clist.h b/include/m_clist.h index 61b4f13322..a66e48cf45 100644 --- a/include/m_clist.h +++ b/include/m_clist.h @@ -411,17 +411,8 @@ __forceinline HANDLE Clist_CreateGroup(HANDLE hParent, LPCTSTR ptszGroupName) // & isExpanded can be NULL if you don't want to know if the group is expanded or not. #define MS_CLIST_GROUPGETNAME "CList/GroupGetName" -///////////////////////////////////////////////////////////////////////////////////////// -// get the name of a group -// wParam = (WPARAM)(HANDLE)hGroup -// lParam = (LPARAM)(DWORD*)&flags -// returns a static buffer pointing to the name of the group -// returns NULL if hGroup is invalid. -// this buffer is only valid until the next call to this service -// & flags can be NULL if you don't want any of that info. #define GROUPF_EXPANDED 0x04 #define GROUPF_HIDEOFFLINE 0x08 -#define MS_CLIST_GROUPGETNAME2 "CList/GroupGetName2" ///////////////////////////////////////////////////////////////////////////////////////// // move a group to directly before another group -- cgit v1.2.3