Interstage Application Server リファレンスマニュアル(API編) |
目次
索引
![]() ![]() |
第2章 C++言語インタフェース | > 2.15 その他の関数 |
CORBA::string_alloc − 文字列領域の獲得
#include <orb_cplus.h> CORBA::Char * CORBA::string_alloc( CORBA::ULong len );
CORBA::string_alloc()は、lenで指定した文字数+1の文字列領域を獲得し、文字列の先頭ポインタを返します。
正常終了した場合は、獲得した文字列の先頭ポインタが返されます。
異常終了した場合は、NULLが返されます。
目次
索引
![]() ![]() |