DeleteForm function winspool
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;