diff options
author | George Hazan <george.hazan@gmail.com> | 2016-04-13 18:37:10 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2016-04-13 18:37:10 +0000 |
commit | 951bdb6a6296837838b87125b41bf2e7a976b773 (patch) | |
tree | a0436ff3c18c07d6608b8d98adcb0517b55dd1c9 /include | |
parent | 0b82425b2954a70f6a640d469e9bb5df9d10b528 (diff) |
simple but effective clist group cache
git-svn-id: http://svn.miranda-ng.org/main/trunk@16649 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include')
-rw-r--r-- | include/m_clist.h | 9 |
1 files changed, 0 insertions, 9 deletions
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
|