mirror of
https://github.com/samba-team/samba.git
synced 2025-01-25 06:04:04 +03:00
netapi: add NetUserSetInfo to IDL.
Guenther (This used to be commit e00d2affbc3bc848e727f60348aebc7ea8548459)
This commit is contained in:
parent
99b8d91430
commit
97e6a44258
@ -360,6 +360,18 @@ interface libnetapi
|
||||
[out] uint8 **buffer
|
||||
);
|
||||
|
||||
/*******************************************/
|
||||
/* NetUserSetInfo */
|
||||
/*******************************************/
|
||||
|
||||
[nopush,nopull] NET_API_STATUS NetUserSetInfo(
|
||||
[in] string server_name,
|
||||
[in] string user_name,
|
||||
[in] uint32 level,
|
||||
[in] uint8 *buffer,
|
||||
[out] uint32 *parm_err
|
||||
);
|
||||
|
||||
/*******************************************/
|
||||
/* NetQueryDisplayInformation */
|
||||
/*******************************************/
|
||||
|
Loading…
x
Reference in New Issue
Block a user