mirror of
https://github.com/samba-team/samba.git
synced 2025-01-13 13:18:06 +03:00
librpc: add ClusterResTypeEnumType to IDL.
Guenther Signed-off-by: Guenther Deschner <gd@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
8ce0aaef50
commit
8142b38c02
@ -1565,10 +1565,15 @@ import "winreg.idl", "misc.idl";
|
||||
/*****************/
|
||||
/* Function 0x67 */
|
||||
|
||||
typedef [bitmap32bit] bitmap {
|
||||
CLUSTER_RESOURCE_TYPE_ENUM_NODES = 0x00000001,
|
||||
CLUSTER_RESOURCE_TYPE_ENUM_RESOURCES = 0x00000002
|
||||
} ClusterResTypeEnumType;
|
||||
|
||||
WERROR
|
||||
clusapi_CreateResTypeEnum(
|
||||
[ in, string ] [charset(UTF16)] uint16 *lpszTypeName,
|
||||
[ in ] uint32 dwType,
|
||||
[ in ] ClusterResTypeEnumType dwType,
|
||||
[ out ] ENUM_LIST **ReturnEnum,
|
||||
[ out ] WERROR *rpc_status
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user