ReportJobProcessingProgress function winspool
Reports to the Print Spooler service whether an XPS print job is in the spooling or the rendering phase and what part of the processing is currently underway.
HRESULT ReportJobProcessingProgress(
_In_ HANDLE printerHandle,
_In_ ULONG jobId,
EPrintXPSJobOperation jobOperation,
EPrintXPSJobProgress jobProgress
);
Implementation
int ReportJobProcessingProgress(
int printerHandle,
int jobId,
int jobOperation,
int jobProgress,
) => _ReportJobProcessingProgress(
printerHandle,
jobId,
jobOperation,
jobProgress,
);