Synopsis

PDX_MSGT evm_SetDefault(EVM_CHECK_TABLE *table, PDX_MSGT check_id, void * new_default)

Purpose

Change the default value for a check.

Description

The default value field for check check_id will be changed to the value specified at the address new_default. The type of data at new_default must be the same as the default was originally defined with. If the default type is a character string it must be in memory which will not be overwritten after this function has returned and the value at new_default should be a pointer to the string.

Input

table

The system defined validation table

check_id

Check to change default in

new_default

Location of the new default value

Return

EVM error code