Sample Print File Attributes C Language Header - Ricoh InfoPrint Pro C900AFP Manual

Infoprint manager
Hide thumbs Also See for InfoPrint Pro C900AFP:
Table of Contents

Advertisement

typedef struct _PFATTR
{
char
cc[3];
char
cctype[1]; /* Carriage control type - A(ANSI), M(Machine), Z(ASCII) */
char
chars[20]; /* CHARS values, including commas (eg. GT12,GT15)
char
formdef[8]; /* Form Definition (FORMDEF)
char
pagedef[8]; /* Page Definition (PAGEDEF)
char
prmode[8]; /* Processing mode
char
trc[3];
} PFATTR;
Figure 5. Sample print file attributes C language header
The address of the control block containing these parameters is passed to the
user-exits:
cc (Bytes 1–3)
cctype (Byte 4)
chars (Bytes 5–24)
formdef (Bytes 25–32)
pagedef (Bytes 33–40)
prmode (Bytes 41–48)
trc (Bytes 49–51)
/* Print File Attributes
/* Carriage controls? - "YES" or "NO "
/* Table Reference Characters - "YES" or "NO "
The value of the cc keyword as specified with the line2afp command. The
line-data transform uses the default value, yes, if this keyword is not explicitly
specified.
The value of the cctype keyword as specified with the line2afp command. The
line-data transform uses the default value, z for ANSI carriage-control
characters that is encoded in ASCII, if this keyword is not explicitly specified.
The value of the chars keyword as specified with the line2afp command,
including any commas that separate multiple font specifications. Because the
chars keyword has no default value, this field contains blanks if no values are
specified.
The value of the formdef keyword as specified with the line2afp command.
Because the formdef keyword has no default value, this field contains blanks if
no value is specified.
The value of the pagedef keyword as specified with the line2afp command.
Because the pagedef keyword has no default value, this field contains blanks if
no value is specified.
The value of the prmode keyword as specified with the line2afp command.
Because the prmode keyword has no default value, this field contains blanks if
no value is specified.
The value of the trc keyword as specified with the line2afp command. The
line-data transform uses the default value, no, if this keyword is not explicitly
specified.
Chapter 6. User-exit programs (PSF, Generalized Fax, and Email DSS only)
*/
*/
*/
*/
*/
*/
*/
81

Advertisement

Table of Contents
loading

This manual is also suitable for:

Infoprint manager for aix

Table of Contents