TSVCEO.CloudPrint.Printing.WindowsRawPrintJob.ScheduleJob C# (CSharp) Method

ScheduleJob() private method

private ScheduleJob ( IntPtr hPrinter, uint JobId ) : bool
hPrinter System.IntPtr
JobId uint
return bool
        private static extern bool ScheduleJob(IntPtr hPrinter, uint JobId);