1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-27 22:50:26 +03:00

spoolss: fix spoolss_StartDocPrinter IDL.

Guenther
This commit is contained in:
Günther Deschner 2009-02-06 12:40:37 +01:00
parent 82ce981a41
commit c2cd781d0a

View File

@ -667,7 +667,7 @@ import "misc.idl", "security.idl", "winreg.idl";
[in,ref] policy_handle *handle,
[in] uint32 level,
[in,switch_is(level)] spoolss_DocumentInfo info,
[out] uint32 job_id
[out,ref] uint32 *job_id
);
/******************/