mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
netapi: add NetLocalGroupGetInfo() to public headers.
Guenther
(This used to be commit 4d40d8b51a
)
This commit is contained in:
parent
45baadb31a
commit
d8fc64de76
@ -667,4 +667,23 @@ NET_API_STATUS NetLocalGroupAdd(const char * server_name /* [in] */,
|
||||
NET_API_STATUS NetLocalGroupDel(const char * server_name /* [in] */,
|
||||
const char * group_name /* [in] */);
|
||||
|
||||
/************************************************************//**
|
||||
*
|
||||
* NetLocalGroupGetInfo
|
||||
*
|
||||
* @brief Get Local Group Information
|
||||
*
|
||||
* @param[in] server_name The server name to connect to
|
||||
* @param[in] group_name The name of the group that is going to be queried
|
||||
* @param[in] level The level defining the requested LOCALGROUP_INFO_X structure
|
||||
* @param[out] buf The buffer containing a LOCALGROUP_INFO_X structure
|
||||
* @return NET_API_STATUS
|
||||
*
|
||||
* example localgroup/localgroup_getinfo.c
|
||||
***************************************************************/
|
||||
|
||||
NET_API_STATUS NetLocalGroupGetInfo(const char * server_name /* [in] */,
|
||||
const char * group_name /* [in] */,
|
||||
uint32_t level /* [in] */,
|
||||
uint8_t **buf /* [out] [ref] */);
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user