DeletePrinterDataEx function winspool
Deletes a specified value from the configuration data for a printer.
To learn more, see learn.microsoft.com/windows/win32/printdocs/deleteprinterdataex.
Implementation
@pragma('vm:prefer-inline')
int DeletePrinterDataEx(
PRINTER_HANDLE hPrinter,
PCWSTR pKeyName,
PCWSTR pValueName,
) => _DeletePrinterDataEx(hPrinter, pKeyName, pValueName);