This function inserts the passed function into the method chain.
| Function Information | Description of Arguments | |
|---|---|---|
| Function type: | int | |
| Input arguments: | void *methodtable
int method int (*funcptr)() |
Method table passed to PL_MTH_CONFIGURE
Method ID Function to insert into method chain |
| Return values: | PL_RTN_OK, PL_RTN_FAIL | |