1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

rap: add IDL for rap_NetShareAdd (undocumented in MS-RAP).

Guenther
This commit is contained in:
Günther Deschner 2010-05-05 16:56:52 +02:00
parent 10469d6606
commit e90c874b25

View 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;