rap: add rap_NetPrintDestGetInfo to IDL.
authorGünther Deschner <gd@samba.org>
Tue, 4 May 2010 13:23:53 +0000 (15:23 +0200)
committerGünther Deschner <gd@samba.org>
Tue, 4 May 2010 13:49:27 +0000 (15:49 +0200)
Guenther

librpc/idl/rap.idl

index af7a59b6d610ed3fb44fd1963fa65871bed4d17c..5920496e66c63a4b8a835aa8fe1156a87d9e1854 100644 (file)
@@ -734,6 +734,18 @@ interface rap
                [out,switch_is(level)] rap_printdest_info info[count]
        );
 
+       /* not documented in MS-RAP */
+       [public] void rap_NetPrintDestGetInfo(
+               [in] astring PrintDestName,
+               [in] uint16 level,
+               [in] uint16 bufsize,
+               [out] rap_status status,
+               [out] uint16 convert,
+               [out] uint16 available,
+               [out,switch_is(level)] rap_printdest_info info
+       );
+
+
        /* Parameter description strings for RAP calls   */
        /* Names are defined name for RAP call with _REQ */
        /* appended to end.                              */