From e90c874b256e9a0b3f2ae7063b499622dd49f721 Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Wed, 5 May 2010 16:56:52 +0200 Subject: [PATCH] rap: add IDL for rap_NetShareAdd (undocumented in MS-RAP). Guenther --- librpc/idl/rap.idl | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/librpc/idl/rap.idl b/librpc/idl/rap.idl index 5920496e66c..604ed649042 100644 --- a/librpc/idl/rap.idl +++ b/librpc/idl/rap.idl @@ -352,6 +352,15 @@ interface rap [out,switch_is(level)] rap_share_info *info ); + /* not documented in MS-RAP */ + [public] void rap_NetShareAdd( + [in] uint16 level, + [in] uint16 bufsize, + [in,switch_is(level)] rap_share_info info, + [out] rap_status status, + [out] uint16 convert + ); + typedef struct { uint8 name[16]; } rap_server_info_0; -- 2.34.1