1
0
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:
Günther Deschner 2008-07-17 00:59:13 +02:00
parent 99b8d91430
commit 97e6a44258

View File

@ -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 */
/*******************************************/