1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

spoolss: fill in spoolss_PlayGDIScriptOnPrinterIC IDL.

Guenther

Signed-off-by: Günther Deschner <gd@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
This commit is contained in:
Günther Deschner 2013-01-23 09:01:05 +01:00 committed by Andreas Schneider
parent aab232cb2e
commit a270e20b19

View 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
);
/******************/