From: Günther Deschner Date: Thu, 24 Jan 2013 16:10:17 +0000 (+0100) Subject: spoolss: add UNIVERSAL_FONT_ID_ctr for debugging. X-Git-Tag: ldb-1.1.15~10 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0364658632f8a68537bd3e7c99ecca4c5c968455;p=thirdparty%2Fsamba.git spoolss: add UNIVERSAL_FONT_ID_ctr for debugging. Guenther Signed-off-by: Günther Deschner Reviewed-by: Andreas Schneider --- 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,