From d3125a65f5e0d18f449e816ee316780cfd3d3240 Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Thu, 4 Sep 2008 16:38:57 +0200 Subject: [PATCH] netapi: add more SHARE_INFO_X levels. Guenther (cherry picked from commit 5f55e85cab6b3e98304dac5de96d6c6d43797e23) (cherry picked from commit 35d485242556236820f0f062fc890ee35e4e0cd5) --- source/librpc/idl/libnetapi.idl | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/source/librpc/idl/libnetapi.idl b/source/librpc/idl/libnetapi.idl index 9ea1cc5db2d..a81a3c683b8 100644 --- a/source/librpc/idl/libnetapi.idl +++ b/source/librpc/idl/libnetapi.idl @@ -985,6 +985,16 @@ interface libnetapi /*******************************************/ typedef struct { + string shi0_netname; + } SHARE_INFO_0; + + typedef struct { + string shi1_netname; + uint32 shi1_type; + string shi1_remark; + } SHARE_INFO_1; + + typedef struct { string shi2_netname; uint32 shi2_type; string shi2_remark; @@ -995,6 +1005,25 @@ interface libnetapi string shi2_passwd; } SHARE_INFO_2; + typedef struct { + string shi501_netname; + uint32 shi501_type; + string shi501_remark; + uint32 shi501_flags; + } SHARE_INFO_501; + + typedef struct { + string shi1004_remark; + } SHARE_INFO_1004; + + typedef struct { + uint32 shi1005_flags; + } SHARE_INFO_1005; + + typedef struct { + uint32 shi1006_max_uses; + } SHARE_INFO_1006; + [nopush,nopull] NET_API_STATUS NetShareAdd( [in] string server_name, [in] uint32 level, -- 2.11.4.GIT