User`s guide

100 DC 900-1516D
ICP2432 Users Guide for OpenVMS Alpha (DLITE Interface)
6.5 ICPLOAD Callable Routines
The ICPLOAD.OLB file includes several routines that may be called by a user-written
VMS application to affect downloading of an ICP. This section describes how to use
these routines.
6.5.1 Conventions
The ICPLOAD callable routines are written in C. They may be called from any VMS
language that conforms to the Alpha Procedure Calling Standard.
Each of these routines returns either a VMS or RMS system service status code. Integer
arguments are passed by value. Character string arguments are passed by reference and
must have a terminating null byte (ASCIZ). Unused optional arguments should be zero
(passed by value) or zero-length strings (passed by reference).
When linking against
ICPLOAD.OLB, the DEC C Run Time Library must be included
in the link.