spoolss: add UNIVERSAL_FONT_ID_ctr for debugging.
authorGünther Deschner <gd@samba.org>
Thu, 24 Jan 2013 16:10:17 +0000 (17:10 +0100)
committerAndreas Schneider <asn@samba.org>
Thu, 24 Jan 2013 16:42:26 +0000 (17:42 +0100)
Guenther

Signed-off-by: Günther Deschner <gd@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
librpc/idl/spoolss.idl

index 2a5c94afea783ae2300abb43c80d26bf1ce56ae0..a43449b04a81b2cb4c7f1af13beed98af6871d5d 100644 (file)
@@ -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,