DeleteForm function winspool

bool DeleteForm(
  1. PRINTER_HANDLE hPrinter,
  2. PCWSTR pFormName
)

Removes a form name from the list of supported forms.

To learn more, see learn.microsoft.com/windows/win32/printdocs/deleteform.

Implementation

@pragma('vm:prefer-inline')
bool DeleteForm(PRINTER_HANDLE hPrinter, PCWSTR pFormName) =>
    _DeleteForm(hPrinter, pFormName) != FALSE;