Interstage Application Server リファレンスマニュアル(API編) |
目次
索引
![]() ![]() |
第1章 C言語インタフェース | > 1.5 Contextインタフェース |
CORBA_Context_create_child
#include <orb.h> CORBA_ORBStatus CORBA_Context_create_child( CORBA_Object ctx, CORBA_Identifier ctx_name, CORBA_Context *child_ctx, CORBA_Environment *env ); typedef CORBA_string CORBA_Identifier; typedef CORBA_Object CORBA_Context;
この関数は、ctxで指定したオブジェクトに関連付いたContextオブジェクトを生成します。ここで生成したContextオブジェクトは、CORBA_Context_delete()を使用して解放します。
正常終了した場合は、CORBA_OKが返され、child_ctxにContextオブジェクトのオブジェクトリファレンスが設定されます。
異常終了した場合は、CORBA_FAILEDが返されます。
目次
索引
![]() ![]() |