Stores validation status information for the callback.
 Syntax
 Syntaxpublic typedef struct ul_validate_data Members
 Members| Member 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 | enumeration | The possible parameter types. | 
| parms | struct ul_validate_data::@3 | 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. | 
|  | Discuss this page in DocCommentXchange.
                   | Copyright © 2012, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.1 |