Note:
Because InfoPrint Manager only allows eight character names,
PrinterName and LongPrinterName are the same.
The header page and trailer page user-exit programs
Because the InfoPrint Manager start page and trailer page user-exit programs
require the same inputs and produce the same outputs, the program descriptions
are similar.
The source code (in the C programming language) for the sample header page
user-exit programs and trailer page user-exit programs listed on page 57 are
located in the
/usr/lpp/psf/exits
directory. These sample programs generate an AFP
data stream page.
The data structures for the header and trailer page user-exit programs are included
with the source code in the
/usr/lpp/psf/exits/ainuexit.h
file. The code for these
structures is shown in “User-exit program structures” on page 62.
The declaration of these exits is:
void HEADER (HEADER_EXITDATA *exitdata)
void TRAILER (TRAILER_EXITDATA *exitdata)
The
HEADER_EXITDATA
and the
TRAILER_EXITDATA
input/output parameters contain
all of the input and output data needed to communicate between InfoPrint
Manager and the user-exit programs.
See “Common input and output fields” on page 62 and the
ainuexit.h
file for
explanations of the function and structure of the various components of this
user-exit.
After you create your header page or trailer page user-exit program, you must use
the AIX
make
command to compile the code (see “Compiling and installing the
user-exit program” on page 59).
The separator page user-exit program
The InfoPrint Manager separator page user-exit program is called before copies of
a job (including the very first copy) print.
The source code (in the C programming language) for the sample separator page
user-exit programs listed on page 57 are located in the
/usr/lpp/psf/exits
directory.
These sample programs generate an AFP data stream page.
The data structures for the separator page user-exit program are included with the
source code in the
/usr/lpp/psf/exits/ainuexit.h
file. The code for these structures is
shown in “User-exit program structures” on page 62.
The declaration of this exit is:
void SEPARATOR (SEPARATOR_EXITDATA *exitdata)
The
SEPARATOR_EXITDATA
input/output parameter contains all the input and output
data needed to communicate between InfoPrint Manager and the user-exit
program.
66
InfoPrint Manager for AIX: Procedures
Summary of Contents for InfoPrint Manager for AIX
Page 1: ...InfoPrint Manager for AIX Procedures Version 4 Release 3 G550 1066 04 ...
Page 2: ......
Page 3: ...InfoPrint Manager for AIX Procedures Version 4 Release 3 G550 1066 04 ...
Page 6: ...iv InfoPrint Manager for AIX Procedures ...
Page 8: ...vi InfoPrint Manager for AIX Procedures ...
Page 16: ...2 InfoPrint Manager for AIX Procedures ...
Page 20: ...6 InfoPrint Manager for AIX Procedures ...
Page 58: ...44 InfoPrint Manager for AIX Procedures ...
Page 62: ...48 InfoPrint Manager for AIX Procedures ...
Page 70: ...56 InfoPrint Manager for AIX Procedures ...
Page 96: ...82 InfoPrint Manager for AIX Procedures ...
Page 110: ...96 InfoPrint Manager for AIX Procedures ...
Page 156: ...142 InfoPrint Manager for AIX Procedures ...
Page 170: ...156 InfoPrint Manager for AIX Procedures ...
Page 234: ...220 InfoPrint Manager for AIX Procedures ...
Page 236: ...222 InfoPrint Manager for AIX Procedures ...
Page 256: ...242 InfoPrint Manager for AIX Procedures ...
Page 326: ...312 InfoPrint Manager for AIX Procedures ...
Page 330: ...316 InfoPrint Manager for AIX Procedures ...
Page 331: ...Part 3 Operator and user procedures Copyright InfoPrint Solutions Company 1998 2010 317 ...
Page 332: ...318 InfoPrint Manager for AIX Procedures ...
Page 348: ...334 InfoPrint Manager for AIX Procedures ...
Page 365: ...Part 4 Appendixes Copyright InfoPrint Solutions Company 1998 2010 351 ...
Page 366: ...352 InfoPrint Manager for AIX Procedures ...
Page 370: ...356 InfoPrint Manager for AIX Procedures ...
Page 378: ...364 InfoPrint Manager for AIX Procedures ...
Page 382: ...368 InfoPrint Manager for AIX Procedures ...
Page 406: ...392 InfoPrint Manager for AIX Procedures ...
Page 416: ...402 InfoPrint Manager for AIX Procedures ...
Page 417: ......
Page 418: ...Program Number 5648 F35 Printed in USA G550 1066 04 ...