The pl_set_method_function(methodtable, method, function) function

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