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

librpc/idl/spoolss.idl

index 60f7dbf5762cf392e8f9a931c4d20f2319712d1b..d7513e5489be87b21aade664e1f2ce3eebdace48 100644 (file)
@@ -736,7 +736,9 @@ import "misc.idl", "security.idl", "winreg.idl";
 
        /******************/
        /* Function: 0x19 */
-       [todo] WERROR spoolss_ScheduleJob(
+       WERROR spoolss_ScheduleJob(
+               [in,ref] policy_handle *handle,
+               [in] uint32 jobid
        );
 
        /******************/