.
/// the operation of the SetPrinter and DeletePrinter functions.
.
Click to read this page5/16/2017 4:06:45 AM - anonymous
.
internal static extern bool DeletePrinterConnection(String pName);
.
Declare Function DeletePrinterConnection Lib "winspool.dll" (TODO) As TODO
.
result = DeletePrinterConnection("\\\\Server_Name\\Printer_Share");
.