diff options
Diffstat (limited to 'source3/librpc/idl/libnetapi.idl')
-rw-r--r-- | source3/librpc/idl/libnetapi.idl | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/source3/librpc/idl/libnetapi.idl b/source3/librpc/idl/libnetapi.idl index 7b2373c7f6..0f311d418c 100644 --- a/source3/librpc/idl/libnetapi.idl +++ b/source3/librpc/idl/libnetapi.idl @@ -350,6 +350,17 @@ interface libnetapi ); /*******************************************/ + /* NetUserGetInfo */ + /*******************************************/ + + [nopush,nopull] NET_API_STATUS NetUserGetInfo( + [in] string server_name, + [in] string user_name, + [in] uint32 level, + [out] uint8 **buffer + ); + + /*******************************************/ /* NetQueryDisplayInformation */ /*******************************************/ |