m_disable_fnct_tbl
This function disables the first non-disabled function table having the function.
More information on calling this function can be found in
"Using Function Table Enabling and Disabling" on page 7-192
- Syntax: int m_disable_fnct_tbl(unsigned ClassFnct)
- Parameters: unsigned ClassFnct - Function call is no longer needed in
Active 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: m_enable_fnct_tbl