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

WritePrinter() private method

private WritePrinter ( IntPtr hPrinter, [ pBuf, uint cbBuf, uint &pcWritten ) : bool
hPrinter System.IntPtr
pBuf [
cbBuf uint
pcWritten uint
return bool
        private static extern bool WritePrinter(IntPtr hPrinter, [MarshalAs(UnmanagedType.LPArray)] byte[] pBuf, uint cbBuf, out uint pcWritten);

Same methods

WindowsRawPrintJob::WritePrinter ( IntPtr hPrinter, byte data ) : void