Data member | Description |
---|---|
m_bContinuePrinting | Contains a flag indicating whether the framework should continue the print loop. |
m_lpUserData | Contains a pointer to a user-created structure. |
m_nCurPage | Identifies the number of the page currently being printed. |
m_pPD | Contains a pointer to the CPrintDialog object used for the Print dialog box. |
m_rectDraw | Specifies a rectangle defining the current usable page area. |
m_strPageDesc | Contains a format string for page-number display. |