mirror of
https://github.com/samba-team/samba.git
synced 2025-08-05 12:22:11 +03:00
netapi: add skeleton for NetUserModalsGet and NetUserModalsSet.
Guenther
(This used to be commit 5648145bec
)
This commit is contained in:
@ -125,6 +125,21 @@ WERROR NetUserSetInfo_r(struct libnetapi_ctx *ctx,
|
||||
struct NetUserSetInfo *r);
|
||||
WERROR NetUserSetInfo_l(struct libnetapi_ctx *ctx,
|
||||
struct NetUserSetInfo *r);
|
||||
NET_API_STATUS NetUserModalsGet(const char * server_name /* [in] */,
|
||||
uint32_t level /* [in] */,
|
||||
uint8_t **buffer /* [out] [ref] */);
|
||||
WERROR NetUserModalsGet_r(struct libnetapi_ctx *ctx,
|
||||
struct NetUserModalsGet *r);
|
||||
WERROR NetUserModalsGet_l(struct libnetapi_ctx *ctx,
|
||||
struct NetUserModalsGet *r);
|
||||
NET_API_STATUS NetUserModalsSet(const char * server_name /* [in] */,
|
||||
uint32_t level /* [in] */,
|
||||
uint8_t *buffer /* [in] [ref] */,
|
||||
uint32_t *parm_err /* [out] [ref] */);
|
||||
WERROR NetUserModalsSet_r(struct libnetapi_ctx *ctx,
|
||||
struct NetUserModalsSet *r);
|
||||
WERROR NetUserModalsSet_l(struct libnetapi_ctx *ctx,
|
||||
struct NetUserModalsSet *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