From: Günther Deschner Date: Wed, 16 Jul 2008 08:45:11 +0000 (+0200) Subject: netapi: add NetUserGetInfo to IDL. X-Git-Tag: samba-3.3.0pre1~490 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ec5c0153347f3ea37fa3ad65800c0fc408ac8509;p=thirdparty%2Fsamba.git netapi: add NetUserGetInfo to IDL. Guenther --- diff --git a/source/librpc/idl/libnetapi.idl b/source/librpc/idl/libnetapi.idl index 7b2373c7f6e..0f311d418c3 100644 --- a/source/librpc/idl/libnetapi.idl +++ b/source/librpc/idl/libnetapi.idl @@ -349,6 +349,17 @@ interface libnetapi [in] string new_password ); + /*******************************************/ + /* NetUserGetInfo */ + /*******************************************/ + + [nopush,nopull] NET_API_STATUS NetUserGetInfo( + [in] string server_name, + [in] string user_name, + [in] uint32 level, + [out] uint8 **buffer + ); + /*******************************************/ /* NetQueryDisplayInformation */ /*******************************************/