summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2013-01-23 11:11:26 +0100
committerAndreas Schneider <asn@samba.org>2013-01-24 17:42:26 +0100
commitd99b1ee79c6c772e2dfe7152edc7343c806dab6e (patch)
tree5be62457f2f80494b1d0a53d1be4981a19ab9bb7
parenta270e20b198696c754182fa0c58fd3c4d338e955 (diff)
downloadsamba-d99b1ee79c6c772e2dfe7152edc7343c806dab6e.tar.gz
spoolss: Add UNIVERSAL_FONT_ID.
Guenther Signed-off-by: Günther Deschner <gd@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
-rw-r--r--librpc/idl/spoolss.idl6
1 files changed, 6 insertions, 0 deletions
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,