ULSetSynchInfo function

Stores the synchronization parameters for use with HotSync.

Syntax
ul_bool ULSetSynchInfo(
SQLCA * sqlca,
ul_synch_info *  synch_info
);
Parameters

sqlca   A pointer to the SQLCA.

synch_info   A synchronization structure. For more information about the members of this structure, see ul_synch_info_a struct.

Remarks

Typically, you call ULSetSynchInfo just before closing the application with db_fini.

Applies to Palm OS applications with HotSync

See also