diff options
author | Günther Deschner <gd@samba.org> | 2008-07-18 01:20:56 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-07-18 17:24:52 +0200 |
commit | 54362a85f662b481678a8c2771a1d5e87680767c (patch) | |
tree | d3734fc59b74bffafa7d329b3a299eace59f8537 | |
parent | 63c93682ace180d50f93b95386ccf60d48a30285 (diff) | |
download | samba-54362a85f662b481678a8c2771a1d5e87680767c.tar.gz samba-54362a85f662b481678a8c2771a1d5e87680767c.tar.xz samba-54362a85f662b481678a8c2771a1d5e87680767c.zip |
netapi: add NetLocalGroupEnum to IDL.
Guenther
(This used to be commit 95432c8b57aac684064a20a7bba0734fb5d27d18)
-rw-r--r-- | source3/librpc/idl/libnetapi.idl | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/source3/librpc/idl/libnetapi.idl b/source3/librpc/idl/libnetapi.idl index 69f78b97890..58ac40ae31b 100644 --- a/source3/librpc/idl/libnetapi.idl +++ b/source3/librpc/idl/libnetapi.idl @@ -576,6 +576,20 @@ interface libnetapi ); /*******************************************/ + /* NetLocalGroupEnum */ + /*******************************************/ + + [nopush,nopull] NET_API_STATUS NetLocalGroupEnum( + [in] string server_name, + [in] uint32 level, + [out,ref] uint8 **buffer, + [in] uint32 prefmaxlen, + [out,ref] uint32 *entries_read, + [out,ref] uint32 *total_entries, + [in,out,ref] uint32 *resume_handle + ); + + /*******************************************/ /* NetRemoteTOD */ /*******************************************/ |