Returns synchronization progress monitoring data.
 Syntax
 Syntaxpublic typedef struct ul_sync_status Members
 Members| Member name | Type | Description | 
|---|---|---|
| db_table_count | ul_u_short | Returns the number of tables in database. | 
| flags | ul_u_short | Returns the current synchronization flags indicating additional information relating to the current state. | 
| info | ul_sync_info * | A pointer to the ul_sync_info_a structure. | 
| received | ul_sync_stats | Returns download statistics. | 
| sent | ul_sync_stats | Returns upload statistics. | 
| sqlca | SQLCA * | The connection's active SQLCA. | 
| state | ul_sync_state | One of the many supported states. | 
| stop | ul_bool | A boolean that cancel synchronization. A value of true means that synchronization is canceled. | 
| sync_table_count | ul_u_short | Returns the number of tables being synchronized. | 
| sync_table_index | ul_u_short | 1..sync_table_count | 
| table_id | ul_u_short | The current table id which is being uploaded or downloaded (1-based). This number may skip values when not all tables are being synchronized, and is not necessarily increasing. | 
| table_name | char | Name of the current table. | 
| table_name_w2 | ul_wchar | Name of the current table. | 
| user_data | ul_void * | User data passed in to the ULSetSynchronizationCallback method or set in the ul_sync_info structure. | 
 See also
 See also|  | Discuss this page in DocCommentXchange.
                   | Copyright © 2012, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.1 |