diff options
author | Günther Deschner <gd@samba.org> | 2009-02-09 22:10:47 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-02-09 22:46:44 +0100 |
commit | bfed6b1e22f800880c95cc484947c1bf0701b654 (patch) | |
tree | 55e9b871e7710afacd89b5974b1d462f0c76b20a | |
parent | 1696298aad3f84b6cd9008bb2684db572b34dfb5 (diff) | |
download | samba-bfed6b1e22f800880c95cc484947c1bf0701b654.tar.gz samba-bfed6b1e22f800880c95cc484947c1bf0701b654.tar.bz2 samba-bfed6b1e22f800880c95cc484947c1bf0701b654.zip |
spoolss: fill in spoolss_AddJob.
Guenther
-rw-r--r-- | librpc/idl/spoolss.idl | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/librpc/idl/spoolss.idl b/librpc/idl/spoolss.idl index bb2bb3d50a..60f7dbf576 100644 --- a/librpc/idl/spoolss.idl +++ b/librpc/idl/spoolss.idl @@ -726,7 +726,12 @@ import "misc.idl", "security.idl", "winreg.idl"; /******************/ /* Function: 0x18 */ - [todo] WERROR spoolss_AddJob( + WERROR spoolss_AddJob( + [in,ref] policy_handle *handle, + [in] uint32 level, + [in,out,unique] [size_is(offered)] uint8 *buffer, + [in] uint32 offered, + [out,ref] uint32 *needed ); /******************/ |