rap: add IDL for rap_NetShareAdd (undocumented in MS-RAP).
authorGünther Deschner <gd@samba.org>
Wed, 5 May 2010 14:56:52 +0000 (16:56 +0200)
committerGünther Deschner <gd@samba.org>
Wed, 5 May 2010 15:21:05 +0000 (17:21 +0200)
Guenther

librpc/idl/rap.idl

index 5920496e66c63a4b8a835aa8fe1156a87d9e1854..604ed64904277f11f8c24ffe54a0f9901d48299d 100644 (file)
@@ -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;