mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
netapi: add NetUserSetInfo to IDL.
Guenther
(This used to be commit e00d2affbc
)
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…
Reference in New Issue
Block a user