ILE C/C++ Programmer's Guide

Static Procedure Calls

A static procedure call can call any of the following:

Note:
The term procedure in ILE is equivalent to the term function in ILE C.

Static procedure calls use fewer system resources at run time (specifically, when the program is activated) than dynamic program calls, because static procedure calls are resolved and bound at compile time. Symbols for dynamic program calls are resolved to addresses whenever the call is performed.

Note:
The term static procedure call does not refer to static storage class but refers to a bound procedure call within a bound module or service program. Operational descriptors can be used to resolve the differences in the representation of character strings, if:


[ Top of Page | Previous Page | Next Page | Table of Contents ]