EndPagePrinter function winspool
Notifies the print spooler that the application is at the end of a page in a print job.
To learn more, see learn.microsoft.com/windows/win32/printdocs/endpageprinter.
Implementation
@pragma('vm:prefer-inline')
bool EndPagePrinter(PRINTER_HANDLE hPrinter) =>
_EndPagePrinter(hPrinter) != FALSE;