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

SetJob() private method

private SetJob ( IntPtr hPrinter, uint JobId, uint Level, IntPtr pJob, uint Command ) : bool
hPrinter System.IntPtr
JobId uint
Level uint
pJob System.IntPtr
Command uint
return bool
        private static extern bool SetJob(IntPtr hPrinter, uint JobId, uint Level, IntPtr pJob, uint Command);