Пример #1
0
 /* ----------------------------------------------------------------- */
 ///
 /// PrinterDriver
 ///
 /// <summary>
 /// Initializes a new instance of the PrinterDriver class.
 /// </summary>
 ///
 /* ----------------------------------------------------------------- */
 private PrinterDriver(DriverInfo3 core)
 {
     _core = core;
 }
Пример #2
0
 public static extern bool AddPrinterDriver(
     string pName,
     uint Level,
     ref DriverInfo3 pDriverInfo
     );