StartPagePrinter function winspool

int StartPagePrinter(
  1. int hPrinter
)

The StartPagePrinter function notifies the spooler that a page is about to be printed on the specified printer.

BOOL StartPagePrinter(
  _In_ HANDLE hPrinter
);

Implementation

int StartPagePrinter(int hPrinter) => _StartPagePrinter(hPrinter);