Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
使用给定的配置文件和合并参数同步数据库。
public ul_ret_void ULSynchronizeFromProfileW( SQLCA * sqlca, ul_wchar const * profile_name, ul_wchar const * merge_parms, ul_sync_observer_fn observer, ul_void * user_data )
sqlca 指向 SQLCA 的指针。
profile_name 要同步的配置文件的名称。
merge_parms 用于同步的合并参数。
observer 将状态更新发送到的观察器回调。
user_data 传递到回调的用户上下文数据。
此方法原型当您在 Win32 平台上引用 ULSynchronizeFromProfile 和 #define the UNICODE 宏时内部使用。通常,您创建 UltraLite 应用程序时不会直接引用此方法。