spoolss: fill in spoolss_AddJob.
[tprouty/samba.git] / 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
        );
 
        /******************/