Synopsis

PDX_MSGT evm_CopyTable(long option, EVM_CHECK_TABLE *orig_table, EVM_CHECK_TABLE *copied_table)

Purpose

Duplicates orig_table into copied_table.

Description

This will take an EVM Validation table and copy its contents into the passed in table.

Input

option

Options (not used)

orig_table

The table to be copied

Output

copied_table

The copied table

Return

EVM error code