Resolving External References to Functions

To associate a function list to a menu form, use the following:

int sfm_funclist(funclistp, fmp)
   
FUNCLISTPTR funclistp;
   
 
/* Pointer to function list structure
*/
FORMPTR fmp;
/* Pointer to form to resolve references for
*/


Home Contents Previous Next