ResetPrinter

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

Microsoft documentation: (TODO)

Last updated