TPrInfo
TPrInfo structure
#include <PrintTraps.h>
typedef struct TPrInfo{ Size Offset Description
short iDev; 2 0 Device code used by Font Mgr and Quickdraw
short iVRes; 2 2 Vert resolution of device (dots per inch)
short iHRes; 2 4 Horizontal resolution of device (dpi)
Rect rPage; 8 6 Printable page size (top and left are usually
0; physical paper size is in TPrint.rPaper)
} TPrInfo; 14
typedef TPrInfo *TPPrInfo;

Notes: TPrInfo defines the printer information subfield of the TPrint structure
(ie TPrint.prInfo). Its fields are set according to selections made in the
print dialogs.