ILE C/C++ Programmer's Guide

Procedure Pointer Calls

Procedure pointer calls provide a way to call a procedure dynamically. For example, by manipulating arrays or tables of procedure names or addresses, you can dynamically route a procedure call to different procedures.


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