[DllImport("winspool.drv", SetLastError = true)] public static extern bool DeletePrinter( IntPtr hPrinter );
Microsoft documentation: (TODO)
Last updated 1 year ago