spoolss: fill in spoolss_AddPrintProcessor.
authorGünther Deschner <gd@samba.org>
Mon, 9 Feb 2009 14:28:54 +0000 (15:28 +0100)
committerGünther Deschner <gd@samba.org>
Mon, 9 Feb 2009 14:59:04 +0000 (15:59 +0100)
Guenther

librpc/idl/spoolss.idl

index 6a265daf40f3308078efa6af95a08d9ed0fb6427..e9705c60613287328048487992e5501601487ce4 100644 (file)
@@ -602,7 +602,11 @@ import "misc.idl", "security.idl", "winreg.idl";
 
        /******************/
        /* Function: 0x0e */
-       [todo] WERROR spoolss_AddPrintProcessor(
+       WERROR spoolss_AddPrintProcessor(
+               [in,unique] [string,charset(UTF16)] uint16 *server,
+               [in] [string,charset(UTF16)] uint16 architecture[],
+               [in] [string,charset(UTF16)] uint16 path_name[],
+               [in] [string,charset(UTF16)] uint16 print_processor_name[]
        );
 
        /******************/