From d99b1ee79c6c772e2dfe7152edc7343c806dab6e Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Wed, 23 Jan 2013 11:11:26 +0100 Subject: [PATCH] spoolss: Add UNIVERSAL_FONT_ID. 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 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/librpc/idl/spoolss.idl b/librpc/idl/spoolss.idl index d5e02bc0d17..2a5c94afea7 100644 --- a/librpc/idl/spoolss.idl +++ b/librpc/idl/spoolss.idl @@ -2320,6 +2320,12 @@ cpp_quote("#define spoolss_security_descriptor security_descriptor") /******************/ /* Function: 0x29 */ + + typedef struct { + uint32 Checksum; + uint32 Index; + } UNIVERSAL_FONT_ID; + WERROR spoolss_PlayGDIScriptOnPrinterIC( [in,ref] policy_handle *gdi_handle, [in,ref] [size_is(cIn)] uint8 *pIn, -- 2.11.4.GIT