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

pl_inherit_methods(driver, methodtable)

This function loads the passed method function table with the functions currently configured for the passed driver.

Function Information Description of Arguments
Function type: int
Input arguments: char *driver void *methodtable Name of driver to inherit Pointer to method table
Return values: PL_RTN_OK, PL_RTN_FAIL

The onpload utility is supplied with three standard drivers described in Driver Initialization.

Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]