diff options
author | Günther Deschner <gd@samba.org> | 2013-01-23 11:11:26 +0100 |
---|---|---|
committer | Andreas Schneider <asn@samba.org> | 2013-01-24 17:42:26 +0100 |
commit | d99b1ee79c6c772e2dfe7152edc7343c806dab6e (patch) | |
tree | 5be62457f2f80494b1d0a53d1be4981a19ab9bb7 /librpc/idl/spoolss.idl | |
parent | a270e20b198696c754182fa0c58fd3c4d338e955 (diff) | |
download | samba-d99b1ee79c6c772e2dfe7152edc7343c806dab6e.tar.gz samba-d99b1ee79c6c772e2dfe7152edc7343c806dab6e.tar.bz2 samba-d99b1ee79c6c772e2dfe7152edc7343c806dab6e.zip |
spoolss: Add UNIVERSAL_FONT_ID.
Guenther
Signed-off-by: Günther Deschner <gd@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'librpc/idl/spoolss.idl')
-rw-r--r-- | librpc/idl/spoolss.idl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/librpc/idl/spoolss.idl b/librpc/idl/spoolss.idl index d5e02bc0d1..2a5c94afea 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, |