m_remove_fnct_tbl
This function removes a function table from the dispatching mechanism.
- Syntax: int m_remove_fnct_tbl(int Class, far *FnctTbl)
- Parameters: int Class - Class identifying function table to be removed
- Returns: far *FnctTbl Pointer to function table to be removed.
0 - if successful
ERROR_INVALID_CLASS (-1) - if the class number specified is invalid
ERROR_FNCT_TBL_NOT_FOUND - if the function table is not found
- Related Calls: m_insert_fnct_tbl