ResetPrinter
[DllImport("winspool.drv", SetLastError = true)]
public static extern bool ResetPrinter(
IntPtr hPrinter,
ref PRINTER_DEFAULTS pDefault
);
Microsoft documentation: (TODO)
Last updated
[DllImport("winspool.drv", SetLastError = true)]
public static extern bool ResetPrinter(
IntPtr hPrinter,
ref PRINTER_DEFAULTS pDefault
);
Microsoft documentation: (TODO)
Last updated