From 9744bf519b1fcdab59ba7d55b2b664a6b44b30bd Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Fri, 1 Feb 2013 02:34:11 +0100 Subject: [PATCH] spoolss: fill in IDL for spoolss_DeletePrintProcessor. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Guenther Signed-off-by: Günther Deschner Reviewed-by: David Disseldorp --- librpc/idl/spoolss.idl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/librpc/idl/spoolss.idl b/librpc/idl/spoolss.idl index 6a915c13660..e7fecfe2fb1 100644 --- a/librpc/idl/spoolss.idl +++ b/librpc/idl/spoolss.idl @@ -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[] ); /******************/ -- 2.11.4.GIT