]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
spoolss: fill in spoolss_RouterReplyPrinter.
authorGünther Deschner <gd@samba.org>
Mon, 9 Feb 2009 14:53:07 +0000 (15:53 +0100)
committerGünther Deschner <gd@samba.org>
Mon, 9 Feb 2009 14:59:04 +0000 (15:59 +0100)
Guenther

librpc/idl/spoolss.idl

index 551bef827dbc138fde26d33afe21fa0087687879..6a265daf40f3308078efa6af95a08d9ed0fb6427 100644 (file)
@@ -1201,7 +1201,11 @@ import "misc.idl", "security.idl", "winreg.idl";
                                                                   PRINTER_CHANGE_PORT |
                                                                   PRINTER_CHANGE_PRINT_PROCESSOR |
                                                                   PRINTER_CHANGE_PRINTER_DRIVER); /* 0x7777FFFF */
-       [todo] WERROR spoolss_RouterReplyPrinter(
+       WERROR spoolss_RouterReplyPrinter(
+               [in,ref] policy_handle *handle,
+               [in] spoolss_PrinterChangeFlags flags,
+               [in,range(0,512)] uint32 bufsize,
+               [in,unique,size_is(bufsize)] uint8 *buffer
        );
 
        /******************/