Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
同期をモニターするコールバック関数またはイベントハンドラーへのポインターを指定します。使用するために実装する必要があるコールバック関数のシグネチャーは ul_sync_observer_fn 型です。
typedef void(UL_CALLBACK_FN *ul_sync_observer_fn)( ul_sync_status * status );
構文は、使用する API によって異なります。
Ultra Light for C/C++ アプリケーションは、次のようにパラメーターを設定できます。
ul_sync_info info; // ... info.observer=callfunction;