SetDefaultPrinter
[DllImport("winspool.drv", SetLastError = true)]
public static extern bool SetDefaultPrinter(
string pszPrinter
);Microsoft documentation: Link
Last updated
[DllImport("winspool.drv", SetLastError = true)]
public static extern bool SetDefaultPrinter(
string pszPrinter
);Microsoft documentation: Link
Last updated