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

2.15.2 CORBA::string_free()

名前

CORBA::string_free - 文字列領域の解放

形式

#include <orb_cplus.h>
void    CORBA::string_free(
      CORBA::Char *str );

機能説明

CORBA::string_free()は、strで指定された文字列領域を解放します。

パラメタ

str

解放する文字列領域。

復帰値

なし。