Linkexpress 利用者プログラム開発ガイド
目次 索引 前ページ次ページ

第4章 利用者プログラムインタフェース> 4.1 転送API> 4.1.4 転送APIのパラメタパケット一覧

4.1.4.15 dts_get_information_t

通知情報パラメタパケット

形式

typedef  struct {
    dts_diagnostic_t   diagnostic;          /* 診断コード             */
    unsigned           service_kind;        /* サービス種別           */
    union {
        dts_inf_transfer_start_t  tstart;   /* ファイル転送開始通知情報域 */
        dts_inf_transfer_comp_t   tcomp;    /* 転送結果格納域         */
        dts_inf_message_t         message;  /* メッセージ転送通知情報域 */
    }getinf_data
    unsigned           info_kind;           /* 通知種別                */
    remote_user_t      *userid;             /* 利用者名               */
}dts_get_information_t

 

参照

dts_diagnostic_tdiagnosticservice_kinddts_inf_transfer_start_ttstartdts_inf_transfer_comp_ttcompdts_inf_message_tmessageinfo_kindremote_user_tuserid

 


下へ4.1.4.15.1 dts_get_information_tのメンバ一覧

目次 索引 前ページ次ページ

All Rights Reserved, Copyright(C) 富士通株式会社 1997-2007