Home | Previous Page | Next Page   Appendix H. Custom Drivers > Available API Support Functions >

pl_set_method_function(methodtable, method, 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
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]