From 5d669075295a3adb30c013d1a3b617bf4ced8e73 Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Thu, 4 Sep 2008 15:50:49 +0200 Subject: [PATCH] netapi: add IDL for NetShareGetInfo. Guenther --- source/librpc/idl/libnetapi.idl | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/source/librpc/idl/libnetapi.idl b/source/librpc/idl/libnetapi.idl index b2c79fc1fad..a8445632547 100644 --- a/source/librpc/idl/libnetapi.idl +++ b/source/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 + ); } -- 2.47.3