ul_validate_data struct

Validation status information.

Syntax
public ul_validate_data
Properties
Name Type Description
I ul_u_long

Parameter as an integer.

parm_count ul_u_short

The number of parameters in the structure.

parm_type enum

Indicates the type of each parameter in the parameter array (integer or string).

parms struct ul_validate_data::@12

Array of parameters.

s char

Parameter as a string (note that this is not a wide char).

status_id ul_validate_status_id

Indicates what is being reported in the validation process.

stop ul_bool

A boolean that cancels the validation. A value of true means that validation is canceled.

type parm_type

Type of parameter stored.

user_data ul_void *

User-defined data pointer passed into validation routine.