...
Removes a network printer from the local computer
Syntax
Net_DeletePrinter(sPrinterShare) As Boolean
Parameters
sPrinterShare (String)
UNC path to the network printer that must be removed
Example
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
If bStatus Then bStatus = Net_DeletePrinter("\\CAPAINSTALLER\PRINTERSHARE") |
Related functions
Net_AddPrinter Net_SetDefaultPrinter Net_EnumPrinters Net_EnumPrinterPaths