CWnd::OnSpoolerStatus

Syntax

afx_msg void OnSpoolerStatus( UINT nStatus, UINT nJobs );

Parameters

nStatus

Specifies the SP_JOBSTATUS flag.

nJobs

Specifies the number of jobs remaining in the Print Manager queue.

Remarks

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.

See Also

CWnd::Default, WM_SPOOLERSTATUS