Synopsis
PDX_MSGT evm_MergeTable(long option, EVM_CHECK_TABLE *sys_table, EVM_CHECK_TABLE *usr_table)
Purpose
Merge two validation tables.
Description
Entries re-defined in usr_table will be written into sys_table thus replacing the original definitions. The entries in usr_table must already exist in the sys_table.
Input
option
Options (not used)
sys_table
The system defined validation table
usr_table
The user defined validation table
Return
EVM error code