From 0364658632f8a68537bd3e7c99ecca4c5c968455 Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Thu, 24 Jan 2013 17:10:17 +0100 Subject: [PATCH] spoolss: add UNIVERSAL_FONT_ID_ctr for debugging. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Guenther Signed-off-by: Günther Deschner Reviewed-by: Andreas Schneider --- librpc/idl/spoolss.idl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/librpc/idl/spoolss.idl b/librpc/idl/spoolss.idl index 2a5c94afea7..a43449b04a8 100644 --- a/librpc/idl/spoolss.idl +++ b/librpc/idl/spoolss.idl @@ -2326,6 +2326,11 @@ cpp_quote("#define spoolss_security_descriptor security_descriptor") uint32 Index; } UNIVERSAL_FONT_ID; + typedef [public] struct { + uint32 count; + UNIVERSAL_FONT_ID fonts[count]; + } UNIVERSAL_FONT_ID_ctr; + WERROR spoolss_PlayGDIScriptOnPrinterIC( [in,ref] policy_handle *gdi_handle, [in,ref] [size_is(cIn)] uint8 *pIn, -- 2.11.4.GIT