mirror of
https://github.com/samba-team/samba.git
synced 2025-08-04 08:22:08 +03:00
netapi: add skeleton for NetUserGetInfo().
Guenther
(This used to be commit 84962bf50d
)
This commit is contained in:
@ -108,6 +108,14 @@ WERROR NetUserChangePassword_r(struct libnetapi_ctx *ctx,
|
||||
struct NetUserChangePassword *r);
|
||||
WERROR NetUserChangePassword_l(struct libnetapi_ctx *ctx,
|
||||
struct NetUserChangePassword *r);
|
||||
NET_API_STATUS NetUserGetInfo(const char * server_name /* [in] */,
|
||||
const char * user_name /* [in] */,
|
||||
uint32_t level /* [in] */,
|
||||
uint8_t **buffer /* [out] [ref] */);
|
||||
WERROR NetUserGetInfo_r(struct libnetapi_ctx *ctx,
|
||||
struct NetUserGetInfo *r);
|
||||
WERROR NetUserGetInfo_l(struct libnetapi_ctx *ctx,
|
||||
struct NetUserGetInfo *r);
|
||||
NET_API_STATUS NetQueryDisplayInformation(const char * server_name /* [in] [unique] */,
|
||||
uint32_t level /* [in] */,
|
||||
uint32_t idx /* [in] */,
|
||||
|
Reference in New Issue
Block a user