mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
netapi: add NetShareEnum to IDL.
Guenther (This used to be commit 25302d79bec5784a6dd27cf7b0f58a8ec287b2ad)
This commit is contained in:
parent
d7b966714b
commit
523b7fdfd1
@ -1040,4 +1040,18 @@ interface libnetapi
|
|||||||
[in] string net_name,
|
[in] string net_name,
|
||||||
[in] uint32 reserved
|
[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
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user