Beispiel #1
0
 /* ----------------------------------------------------------------- */
 ///
 /// PrinterDriver
 ///
 /// <summary>
 /// Initializes a new instance of the PrinterDriver class.
 /// </summary>
 ///
 /* ----------------------------------------------------------------- */
 private PrinterDriver(DriverInfo3 core)
 {
     RetryCount = 5;
     _core      = core;
 }
Beispiel #2
0
 public static extern bool AddPrinterDriverEx(
     string pName,
     uint Level,
     ref DriverInfo3 pDriverInfo,
     uint dwFileCopyFlags
     );