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

2.14.5 CORBA::wstring_free()

名前

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

形式

  #include <orb_cplus.h>
  void    CORBA::wstring_free(
        CORBA::WChar *str );

機能説明

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

パラメタ

  str

  解放する文字列領域。

復帰値

  なし。