2.4.3.31. ex_LookupUserFunction()

[<<<] [>>>]

This function searches a user defined function and returns a pointer to the symbol table entry. If the second argument iInsert is true the symbol is inserted into the table and an undefined function is created. This is the case when a function is used before declared. If the argument iInsert is fales NULL is returned if the function is not yet defined.

void **ex_LookupUserFunction(peXobject pEx,
                             int iInsert
  ){

[<<<] [>>>]