diff options
author | Günther Deschner <gd@samba.org> | 2013-01-24 17:10:17 +0100 |
---|---|---|
committer | Andreas Schneider <asn@samba.org> | 2013-01-24 17:42:26 +0100 |
commit | 0364658632f8a68537bd3e7c99ecca4c5c968455 (patch) | |
tree | e32913258c77d065e19aa78617a82b705d490fa4 | |
parent | d99b1ee79c6c772e2dfe7152edc7343c806dab6e (diff) | |
download | samba-0364658632f8a68537bd3e7c99ecca4c5c968455.tar.gz samba-0364658632f8a68537bd3e7c99ecca4c5c968455.tar.xz samba-0364658632f8a68537bd3e7c99ecca4c5c968455.zip |
spoolss: add UNIVERSAL_FONT_ID_ctr for debugging.
Guenther
Signed-off-by: Günther Deschner <gd@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
-rw-r--r-- | librpc/idl/spoolss.idl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/librpc/idl/spoolss.idl b/librpc/idl/spoolss.idl index 2a5c94afea..a43449b04a 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, |