Stores validation status information for the callback.
public struct ul_validate_data
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 |
Parameters for this validation status. 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 © 2010, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.0 |