ScheduleJob function winspool
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);