afx_msg void OnSpoolerStatus( UINT nStatus, UINT nJobs );
nStatus
Specifies the SP_JOBSTATUS flag.
nJobs
Specifies the number of jobs remaining in the Print Manager queue.
Called from Print Manager whenever a job is added to or removed from the Print Manager queue.
This call is for informational purposes only.
This message-handler member function calls the Default member function. Override this member function in your derived class to handle the WM_SPOOLERSTATUS message.
CWnd::Default, WM_SPOOLERSTATUS