librpc: add ClusterGroupEnumType enum to IDL.
authorGünther Deschner <gd@samba.org>
Tue, 3 May 2016 10:58:07 +0000 (12:58 +0200)
committerJeremy Allison <jra@samba.org>
Wed, 7 Sep 2016 21:56:15 +0000 (23:56 +0200)
Guenther

Signed-off-by: Guenther Deschner <gd@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
librpc/idl/clusapi.idl

index 38552c479001b1db02a6d2543ffd7bbaffbf0ca2..c172aaa2f3afb1c1884c1ee44a3c00038beb858e 100644 (file)
@@ -791,10 +791,15 @@ import "winreg.idl", "misc.idl";
        /*****************/
        /* Function 0x35 */
 
+       typedef [bitmap32bit] bitmap {
+               CLUSTER_GROUP_ENUM_CONTAINS             = 0x00000001,
+               CLUSTER_GROUP_ENUM_NODES                = 0x00000002
+       } ClusterGroupEnumType;
+
        WERROR
        clusapi_CreateGroupResourceEnum(
                [ in ] HGROUP_RPC hGroup,
-               [ in ] uint32 dwType,
+               [ in ] ClusterGroupEnumType dwType,
                [ out ] ENUM_LIST **ReturnEnum,
                [ out ] WERROR *rpc_status
        );