ScheduleJob function winspool

int ScheduleJob(
  1. int hPrinter,
  2. int JobId
)

The ScheduleJob function requests that the print spooler schedule a specified print job for printing.

BOOL ScheduleJob(
  _In_ HANDLE hPrinter,
  _In_ DWORD  dwJobID
);

Implementation

int ScheduleJob(int hPrinter, int JobId) => _ScheduleJob(hPrinter, JobId);