CView::OnEndPrinting

This method, in its default form, does nothing. Override this method to free any GDI resources you allocated in the OnBeginPrinting method.

At a Glance

Header file: Afxwin.h
Platforms: H/PC 2.0, Palm-size PC, H/PC Pro
Windows CE versions: 2.10 and later
Complete documentation: Visual C++ documentation

Syntax

virtual void OnEndPrinting( CDC* pDC, CPrintInfo* pInfo );

See Also

CWnd::OnActivate, CFormView