EndPagePrinter function winspool

int EndPagePrinter(
  1. int hPrinter
)

The EndPagePrinter function notifies the print spooler that the application is at the end of a page in a print job.

BOOL EndPagePrinter(
  _In_ HANDLE hPrinter
);

Implementation

int EndPagePrinter(int hPrinter) => _EndPagePrinter(hPrinter);