spoolss: fill in IDL for spoolss_DeletePrintProcessor.
authorGünther Deschner <gd@samba.org>
Fri, 1 Feb 2013 01:34:11 +0000 (02:34 +0100)
committerDavid Disseldorp <ddiss@samba.org>
Mon, 20 May 2013 16:50:01 +0000 (18:50 +0200)
Guenther

Signed-off-by: Günther Deschner <gd@samba.org>
Reviewed-by: David Disseldorp <ddiss@samba.org>
librpc/idl/spoolss.idl

index 6a915c136601eee9eb7b756ab8931cf5bbcad1d7..e7fecfe2fb12e108984fbd9aa9fce922ee06191f 100644 (file)
@@ -2396,7 +2396,10 @@ cpp_quote("#define spoolss_security_descriptor security_descriptor")
 
        /******************/
        /* Function: 0x30 */
-       [todo] WERROR spoolss_DeletePrintProcessor(
+       WERROR spoolss_DeletePrintProcessor(
+               [in,unique] [string,charset(UTF16)] uint16 *server,
+               [in,unique] [string,charset(UTF16)] uint16 *architecture,
+               [in] [string,charset(UTF16)] uint16 print_processor_name[]
        );
 
        /******************/