AddPrinter
[DllImport("winspool.drv", SetLastError = true)]
public static extern bool AddPrinter(
string pName,
uint Level,
ref PRINTER_INFO_1 pPrinter
);
Microsoft documentation: (TODO)
Last updated
[DllImport("winspool.drv", SetLastError = true)]
public static extern bool AddPrinter(
string pName,
uint Level,
ref PRINTER_INFO_1 pPrinter
);
Microsoft documentation: (TODO)
Last updated