diff options
author | Günther Deschner <gd@samba.org> | 2013-01-23 09:01:05 +0100 |
---|---|---|
committer | Andreas Schneider <asn@samba.org> | 2013-01-24 17:42:26 +0100 |
commit | a270e20b198696c754182fa0c58fd3c4d338e955 (patch) | |
tree | 64eebb17bc8dd4ce60e9138ee7490a7dfabb5f19 /librpc/idl/spoolss.idl | |
parent | aab232cb2ea91b3a6c636f4ea47ca9f872848f3f (diff) | |
download | samba-a270e20b198696c754182fa0c58fd3c4d338e955.tar.gz samba-a270e20b198696c754182fa0c58fd3c4d338e955.tar.bz2 samba-a270e20b198696c754182fa0c58fd3c4d338e955.zip |
spoolss: fill in spoolss_PlayGDIScriptOnPrinterIC IDL.
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 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/librpc/idl/spoolss.idl b/librpc/idl/spoolss.idl index 69d9f8e792..d5e02bc0d1 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 ); /******************/ |