WM_SPOOLERSTATUS

3.0

WM_SPOOLERSTATUS
fwJobStatus = wParam;       /* job-status flag          */
cJobsLeft = LOWORD(lParam); /* number of jobs remaining */

The WM_SPOOLERSTATUS message is sent from Print Manager whenever a job is added to or removed from the Print Manager queue.

Parameters

fwJobStatus

Value of wParam. Specifies the SP_JOBSTATUS flag.

cJobsLeft

Value of the low-order word of lParam. Specifies the number of jobs remaining in the Print Manager queue.

Return Value

An application should return zero if it processes this message.

Comments

This message is for informational purposes only.