Example #1
0
 /* ----------------------------------------------------------------- */
 ///
 /// Printer
 ///
 /// <summary>
 /// Initializes a new instance of the Printer class with the
 /// specified arguments.
 /// </summary>
 ///
 /* ----------------------------------------------------------------- */
 private Printer(PrinterInfo2 core)
 {
     Environment = this.GetEnvironment();
     _core       = core;
 }
Example #2
0
 public static extern IntPtr AddPrinter(
     string pName,
     uint Level,
     ref PrinterInfo2 pPrinter
     );