CView::OnEndPrinting
virtualvoidOnEndPrinting(CDC*pDC,CPrintInfo*pInfo);
Parameters
pDC
Points to the printer device context.
pInfo
Points to a CPrintInfo structure that describes the current print job.
Remarks
Called by the framework after a document has been printed or previewed. The default implementation of this function does nothing. Override this function to free any GDI resources you allocated in the OnBeginPrinting member function.
CView Overview | Class Members | Hierarchy Chart
See Also CView::OnBeginPrinting