]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
rap: add IDL for rap_NetPrintQueue{Pause,Continue,Purge}.
authorGünther Deschner <gd@samba.org>
Fri, 30 Apr 2010 09:55:18 +0000 (11:55 +0200)
committerGünther Deschner <gd@samba.org>
Fri, 30 Apr 2010 11:44:40 +0000 (13:44 +0200)
it seems like they are not documented (at least not in MS-RAP).

Guenther

librpc/idl/rap.idl

index edc0b4fbca7fda54d438a447cbea3fcd4ba02726..52cd192881f854329fde6d92ad88efa61406a3ae 100644 (file)
@@ -584,6 +584,27 @@ interface rap
                [out] uint16 convert
        );
 
+       /* not documented in MS-RAP */
+       [public] void rap_NetPrintQueuePause(
+               [in] astring PrintQueueName,
+               [out] uint16 status,
+               [out] uint16 convert
+       );
+
+       /* not documented in MS-RAP */
+       [public] void rap_NetPrintQueueResume(
+               [in] astring PrintQueueName,
+               [out] uint16 status,
+               [out] uint16 convert
+       );
+
+       /* not documented in MS-RAP */
+       [public] void rap_NetPrintQueuePurge(
+               [in] astring PrintQueueName,
+               [out] uint16 status,
+               [out] uint16 convert
+       );
+
        /* Parameter description strings for RAP calls   */
        /* Names are defined name for RAP call with _REQ */
        /* appended to end.                              */