From 90fd8aef69af6ee2636adc2c19e160fc34081876 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 17 Apr 2004 06:19:51 +0000 Subject: r257: added samr_SetGroupInfo() IDL and test code (This used to be commit fe1fc81ba76515b79069881d2d62f60201314d04) --- source4/librpc/idl/samr.idl | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'source4/librpc/idl') diff --git a/source4/librpc/idl/samr.idl b/source4/librpc/idl/samr.idl index 348d58bec4..14371f56ae 100644 --- a/source4/librpc/idl/samr.idl +++ b/source4/librpc/idl/samr.idl @@ -374,7 +374,11 @@ /************************/ /* Function 0x15 */ - NTSTATUS samr_SET_GROUPINFO(); + NTSTATUS samr_SetGroupInfo( + [in,ref] policy_handle *handle, + [in] uint16 level, + [in,switch_is(level),ref] samr_GroupInfo *info + ); /************************/ /* Function 0x16 */ -- cgit