DeletePrinter
[DllImport("winspool.drv", SetLastError = true)]
public static extern bool DeletePrinter(
IntPtr hPrinter
);Last updated
[DllImport("winspool.drv", SetLastError = true)]
public static extern bool DeletePrinter(
IntPtr hPrinter
);Last updated