The DeletePrinterDriver function removes the specified printer-driver name from the list of names of supported drivers for a server.
BOOL DeletePrinterDriver(
LPTSTR pName, |
// pointer to server name |
LPTSTR pEnvironment, |
// pointer to environment |
LPTSTR pDriverName |
// pointer to driver name |
); |
If the function succeeds, the return value is nonzero.
If the function fails, the return value is zero. To get extended error information, call GetLastError.
The DeletePrinterDriver function does not delete the associated files, it merely removes the driver name from the list returned by the EnumPrinterDrivers function.
file: /Techref/os/win/api/win32/func/src/f15_19.htm, 2KB, , updated: 2000/4/7 11:19, local time: 2024/11/13 20:21,
52.15.187.50:LOG IN
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://linistepper.com/techref/os/win/api/win32/func/src/f15_19.htm"> DeletePrinterDriver</A> |
Did you find what you needed? |