summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2013-01-23 09:01:05 +0100
committerAndreas Schneider <asn@samba.org>2013-01-24 17:42:26 +0100
commita270e20b198696c754182fa0c58fd3c4d338e955 (patch)
tree64eebb17bc8dd4ce60e9138ee7490a7dfabb5f19
parentaab232cb2ea91b3a6c636f4ea47ca9f872848f3f (diff)
downloadsamba-a270e20b198696c754182fa0c58fd3c4d338e955.tar.gz
spoolss: fill in spoolss_PlayGDIScriptOnPrinterIC IDL.
Guenther Signed-off-by: Günther Deschner <gd@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
-rw-r--r--librpc/idl/spoolss.idl8
1 files changed, 7 insertions, 1 deletions
diff --git a/librpc/idl/spoolss.idl b/librpc/idl/spoolss.idl
index 69d9f8e792f..d5e02bc0d17 100644
--- a/librpc/idl/spoolss.idl
+++ b/librpc/idl/spoolss.idl
@@ -2320,7 +2320,13 @@ cpp_quote("#define spoolss_security_descriptor security_descriptor")
/******************/
/* Function: 0x29 */
- [todo] WERROR spoolss_PlayGDIScriptOnPrinterIC(
+ WERROR spoolss_PlayGDIScriptOnPrinterIC(
+ [in,ref] policy_handle *gdi_handle,
+ [in,ref] [size_is(cIn)] uint8 *pIn,
+ [in] uint32 cIn,
+ [out,ref] [size_is(cOut)] uint8 *pOut,
+ [in] uint32 cOut,
+ [in] uint32 ul
);
/******************/