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:
parent
aab232cb2e
commit
a270e20b19
@ -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
|
||||
);
|
||||
|
||||
/******************/
|
||||
|
Loading…
Reference in New Issue
Block a user