ULSetSynchInfo function

Stores the synchronization parameters for use with HotSync.

Syntax
ul_bool ULSetSynchInfo(
SQLCA * sqlca,
PROFILE sync-profile-name
ul_synch_info *  synch_info
);
Parameters

sqlca   A pointer to the SQLCA.

sync-profile-name   The name of the synchronization profile to which to store the synchronization information. This can then be referenced by name as part of a HotSync. See UltraLite HotSync Conduit Installation utility for Palm OS (ulcond11).

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