diff options
author | George Hazan <george.hazan@gmail.com> | 2013-09-07 11:57:39 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-09-07 11:57:39 +0000 |
commit | 0ac4b544972fb011e7c7c69e60a1d5d180ada0ac (patch) | |
tree | dfeedccf29e74d70e4516d536ef0c4cae8f858a1 /include/delphi | |
parent | 93bd92b6468356ea844cb1a3d7bb257b71c8c6bf (diff) |
MS_CLIST_GROUPEXISTS - new service to detect the clist group's presence
git-svn-id: http://svn.miranda-ng.org/main/trunk@5993 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include/delphi')
-rw-r--r-- | include/delphi/m_clist.inc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/delphi/m_clist.inc b/include/delphi/m_clist.inc index c3ea28b48d..294f7fd0d9 100644 --- a/include/delphi/m_clist.inc +++ b/include/delphi/m_clist.inc @@ -466,6 +466,14 @@ const ME_CLIST_GROUPCHANGE:PAnsiChar = 'CList/GroupChange';
{
+ checks that a group exists
+ wParam : 0 (unused)
+ lParam : (PWideChar)groupName
+ returns 0 if a group is not found or group handle on success
+ }
+ MS_CLIST_GROUPEXISTS:PAnsiChar = 'CList/GroupExists';
+
+ {
wParam : HPARENTGROUP
lParam : 0 or Pointer to new group name
Affect : Create a new group and calls CLUI to display it, see notes
|