SECEditView::OnPrint

void SECEditView::OnPrint(CDC* pDC, CPrintInfo* pInfo)

Called for each page of the print job.

Defined in: SECEditView.cpp

Return Value

void

Parameters

pDC

Points to the device context for printing.

pInfo

Information regarding the print job

Developer Notes

This function manages the printing of each page by calling PrintHeader, PrintFooter, and PrintBody.

See Also

SECEditView