spoolss: fill in spoolss_PlayGDIScriptOnPrinterIC IDL.
authorGünther Deschner <gd@samba.org>
Wed, 23 Jan 2013 08:01:05 +0000 (09:01 +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 69d9f8e792f2b945b1a5e67d118b635c5bb18304..d5e02bc0d1752e60f6bfb70ac856b58273c2c850 100644 (file)
@@ -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
        );
 
        /******************/