名前
CORBA_Context_set_one_value
形式
#include <orb.h> CORBA_ORBStatus CORBA_Context_set_one_value( CORBA_Object ctx, CORBA_Identifier prop_name, CORBA_string value, CORBA_Environment *env ); typedef CORBA_string CORBA_Identifier;
機能説明
アプリケーションは、CORBA_ORB_get_default_context()またはCORBA_Context_create_child()で獲得したContextオブジェクトのオブジェクトリファレンスをctxに指定することにより、1つの属性値をContextオブジェクトに設定することができます。
パラメタ
Contextオブジェクトのオブジェクトリファレンス。
設定する属性値の名前。
設定する属性の値。
例外情報が格納される構造体。
復帰値
正常終了した場合は、CORBA_OKが返されます。
異常終了した場合は、CORBA_FAILEDが返されます。