Hardcopy-capabilities structure.
typedef struct _HCINFO {
CHAR szFormname[32]; /* Form name. */
LONG cx; /* Width (left-to-right) in millimeters. */
LONG cy; /* Height (top-to-bottom) in millimeters. */
LONG xLeftClip; /* Left clip limit in millimeters. */
LONG yBottomClip; /* Bottom clip limit in millimeters. */
LONG xRightClip; /* Right clip limit in millimeters. */
LONG yTopClip; /* Top clip limit in millimeters. */
LONG xPels; /* Number of pels between left and right clip limits. */
LONG yPels; /* Number of pels between bottom and top clip limits. */
LONG flAttributes; /* Attributes of the form identifier. */
} HCINFO;
typedef HCINFO * PHCINFO ;