netapi: add IDL for NetShareGetInfo.
authorGünther Deschner <gd@samba.org>
Thu, 4 Sep 2008 13:50:49 +0000 (15:50 +0200)
committerGünther Deschner <gd@samba.org>
Fri, 5 Sep 2008 11:20:57 +0000 (13:20 +0200)
Guenther

source/librpc/idl/libnetapi.idl

index b2c79fc1fadec1dfce5a3b698fc52da49fa8de17..a8445632547c89d4e250f7699a96f7198f3f248a 100644 (file)
@@ -1103,4 +1103,15 @@ interface libnetapi
                [out] uint32 *total_entries,
                [in,out] uint32 *resume_handle
                );
+
+       /*******************************************/
+       /* NetShareGetInfo                         */
+       /*******************************************/
+
+       [nopush,nopull] NET_API_STATUS NetShareGetInfo(
+               [in] string server_name,
+               [in] string net_name,
+               [in] uint32 level,
+               [out] uint8 **buffer
+               );
 }