The DeletePrinterData function deletes specified configuration data for a printer.
A printer’s configuration data consists of a set of named and typed values. The DeletePrinterData function deletes one of these values, specified by its value name.
DWORD DeletePrinterData(
HANDLE hPrinter, |
// handle to printer of interest |
LPTSTR pValueName, |
// pointer to null-terminated value name string |
); |
You obtain this printer handle by calling the OpenPrinter function.
If the function succeeds, the return value is ERROR_SUCCESS.
If the function fails, the return value is a Win32 error value.
EnumPrinterData, GetPrinterData, OpenPrinter, SetPrinter, SetPrinterData