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

netapi: add NetShareEnum to IDL.

Guenther
(This used to be commit 25302d79be)
This commit is contained in:
Günther Deschner 2008-08-29 18:56:11 +02:00
parent d7b966714b
commit 523b7fdfd1

View File

@ -1040,4 +1040,18 @@ interface libnetapi
[in] string net_name,
[in] uint32 reserved
);
/*******************************************/
/* NetShareEnum */
/*******************************************/
[nopush,nopull] NET_API_STATUS NetShareEnum(
[in] string server_name,
[in] uint32 level,
[out] uint8 **buffer,
[in] uint32 prefmaxlen,
[out] uint32 *entries_read,
[out] uint32 *total_entries,
[in,out] uint32 *resume_handle
);
}