1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

spoolss: fill in IDL for spoolss_DeletePrintProcessor.

Guenther

Signed-off-by: Günther Deschner <gd@samba.org>

Reviewed-by: David Disseldorp <ddiss@samba.org>
This commit is contained in:
Günther Deschner 2013-02-01 02:34:11 +01:00 committed by David Disseldorp
parent e8797a3ecc
commit 9744bf519b

View 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[]
);
/******************/