m_enable_fnct_tbl
enables the last disabled function table having the function.
See "Using Function Table Enabling and Disabling"
on page 7-192 for more information on calling this function.
- Syntax: int m_enable_fnct_tbl(unsigned ClassFnct)
- Parameters: unsigned ClassFnct - The function is required from the Disabled
Function table.
- Returns: 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: This call is used to invoke a function which has been overridden
by inserting a function table using the m_insert_fnct_tbl call.
The call to the overridden function must be preceded with an
m_disable_fnct_tbl, and followed by an m_enable_fnct_tbl call.