Front End Extensions / Using Front End Extensions |
A Front End Extension Function must use the required prototype.
int <name> ( const struct frontEndInterface &<fx>);
Parameters are transmitted via a stack. This stack can be managed using the functions provided by the frontEndInterface structure. getParamCount(); and getReturnCount(); can be used to check if the number of parameters is correct.