diff options
author | Günther Deschner <gd@samba.org> | 2010-04-29 12:16:17 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-04-29 13:47:33 +0200 |
commit | 169b72dce432bc6c5afc6a14ddf80dedcb467178 (patch) | |
tree | 2ef7a82181aca1784cc6cb4621cfd4fcbabcb025 /librpc/idl | |
parent | 2a9e8e348a0217fd6fbd41c95a3ed6083a6c4ecc (diff) | |
download | samba-169b72dce432bc6c5afc6a14ddf80dedcb467178.tar.gz samba-169b72dce432bc6c5afc6a14ddf80dedcb467178.tar.bz2 samba-169b72dce432bc6c5afc6a14ddf80dedcb467178.zip |
rap: add rap_NetPrintQGetInfo to IDL.
Guenther
Diffstat (limited to 'librpc/idl')
-rw-r--r-- | librpc/idl/rap.idl | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/librpc/idl/rap.idl b/librpc/idl/rap.idl index c35dcd754e..db65308048 100644 --- a/librpc/idl/rap.idl +++ b/librpc/idl/rap.idl @@ -554,6 +554,16 @@ interface rap [out,switch_is(level)] rap_printq_info *info ); + [public] void rap_NetPrintQGetInfo( + [in] [string,charset(DOS)] uint8 *PrintQueueName, + [in] uint16 level, + [in] uint16 bufsize, + [out] uint16 status, + [out] uint16 convert, + [out] uint16 available, + [out,switch_is(level)] rap_printq_info info + ); + /* Parameter description strings for RAP calls */ /* Names are defined name for RAP call with _REQ */ /* appended to end. */ |