CPrintInfo

CPrintInfo stores information about a print or print-preview job. CPrintInfo contains information about both the print job as a whole, such as the range of pages to be printed, and the current status of the print job, such as the page currently being printed.

CPrintInfo is technically a structure, not a class. It is documented in this section because it includes both data members and methods, just like a class.

At a Glance

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

Remarks

MFC for Windows CE does not support the following data members of the CPrintInfo class:

See Also

Structures