spoolss: fill in spoolss_AddJob.
authorGünther Deschner <gd@samba.org>
Mon, 9 Feb 2009 21:10:47 +0000 (22:10 +0100)
committerGünther Deschner <gd@samba.org>
Mon, 9 Feb 2009 21:46:44 +0000 (22:46 +0100)
Guenther

librpc/idl/spoolss.idl

index bb2bb3d50aa28d654805d9f5a7514af169901e01..60f7dbf5762cf392e8f9a931c4d20f2319712d1b 100644 (file)
@@ -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
        );
 
        /******************/