spoolss: fill in IDL for spoolss_DeletePrintProcessor.
[obnox/samba/samba-obnox.git] / 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[]
        );
 
        /******************/