m_insert_fnct_tbl
This function inserts a function table into the dispatching mechanism.
- Syntax: int m_insert_fnct_tbl(int Class, far *FnctTbl)
- Parameters: int Class - Class of the new function table
- Returns: far *FnctTbl - Pointer to the new function table
0 - if successful
ERROR_INVALID_CLASS (-1) - if the class number specified is invalid
(greater than 7Fh)
- Related Calls: m_remove_fnc_tbl