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

1.5.5 CORBA_Context_delete_values()

名前

  CORBA_Context_delete_values

形式

  #include <orb.h>
  CORBA_ORBStatus  CORBA_Context_delete_values(
        CORBA_Object  ctx,
        CORBA_Identifier  prop_name,
        CORBA_Environment  *env );
  typedef CORBA_string  CORBA_Identifier

機能説明

  prop_nameで指定した属性値をctxの指すContextオブジェクトから削除します。

パラメタ

  ctx

  Contextオブジェクトのオブジェクトリファレンス。

  prop_name

  削除する属性値を指定します。ワイルドカード文字(“*”)が指定されると、すべての一致する属性名とその値が削除されます。

  env

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

復帰値

  正常終了した場合、CORBA_OKが返されます。
  異常終了した場合、CORBA_FAILEDが返されます。