From 723dfffed71426d77635b5bba2bb4845da1c7bbf Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 4 Sep 2008 15:50:49 +0200 Subject: netapi: add IDL for NetShareGetInfo. Guenther (This used to be commit 5d669075295a3adb30c013d1a3b617bf4ced8e73) --- source3/librpc/idl/libnetapi.idl | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'source3/librpc') diff --git a/source3/librpc/idl/libnetapi.idl b/source3/librpc/idl/libnetapi.idl index b2c79fc1fa..a844563254 100644 --- a/source3/librpc/idl/libnetapi.idl +++ b/source3/librpc/idl/libnetapi.idl @@ -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 + ); } -- cgit