A function pointer is a pointer that points to either a bound procedure (function) within an ILE program object, or an OS-linkage program object (system pointer) in the system.
Figure 190 shows you how to declare a pointer to a bound procedure (a function that is defined within the same ILE program object):
Figure 190. ILE C Source to Declare a Pointer to a Bound Procedure
|
(C) Copyright IBM Corporation 1992, 2005. All Rights Reserved.