ページの先頭行へ戻る
Interstage Application Server リファレンスマニュアル(API編)

2.6.7 CORBA::NVList::count()

名前

  CORBA::NVList::count

形式

  #include <orb_cplus.h>
  Long  CORBA::NVList::count(
        CORBA::Environment&  env ) const;

機能説明

  リストオブジェクトに対して設定されているパラメタの総数を返します。

パラメタ

  env

  例外情報が格納される構造体。

復帰値

  正常終了した場合は、総数が返されます。
  異常終了した場合は、CORBA::FAILEDが返されます。