diff options
author | Günther Deschner <gd@samba.org> | 2011-03-18 01:22:35 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-03-18 01:24:07 +0100 |
commit | f87a072b95e0eabffedb975d4fd4784300f7ad18 (patch) | |
tree | f94e296170c693a96e45a044b89e92dae14c2d92 | |
parent | 9ef1a8cf4cc08a9e8e5bda6123ca34edf4f40f4c (diff) | |
download | samba-f87a072b95e0eabffedb975d4fd4784300f7ad18.tar.gz samba-f87a072b95e0eabffedb975d4fd4784300f7ad18.tar.bz2 samba-f87a072b95e0eabffedb975d4fd4784300f7ad18.zip |
rap: add rap_NetSessionGetInfo to IDL.
Guenther
-rw-r--r-- | librpc/idl/rap.idl | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/librpc/idl/rap.idl b/librpc/idl/rap.idl index 693e94e939..8087e22c5b 100644 --- a/librpc/idl/rap.idl +++ b/librpc/idl/rap.idl @@ -938,6 +938,17 @@ interface rap ); /* not documented in MS-RAP */ + [public] void rap_NetSessionGetInfo( + [in] astring SessionName, + [in] uint16 level, + [in] uint16 bufsize, + [out] rap_status status, + [out] uint16 convert, + [out] uint16 available, + [out,switch_is(level)] rap_session_info info + ); + + /* not documented in MS-RAP */ [public] void rap_NetUserAdd( [in] uint16 level, [in] uint16 bufsize, |