Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (日本語) » Mobile Link - サーバ起動同期 » Palm デバイス用 Mobile Link Listener C API

 

PalmLsnDupTime メソッド

a_palm_msg インスタンスの時刻フィールドを初期化します。

構文
Err PalmLsnDupTime(
    struct a_palm_msg * const msg,
    UInt32 const time
)
パラメータ
  • msg   a_palm_msg インスタンスへのポインタ。

  • time   送信元の時刻フィールドを格納する入力パラメータ。

戻り値

Palm OS のエラー・コード。errNone は正常終了を表します。

備考

PalmLsnDupTime メソッドは、時刻入力パラメータを複製して、その値を a_palm_msg インスタンスに割り当てます。

参照