Vcl.ExtActns.TSendMail.FreeMAPIString

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

procedure FreeMAPIString(var Value: PAnsiChar); inline;

C++

void __fastcall FreeMAPIString(char * &Value);

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
Vcl.ExtActns.pas
Vcl.ExtActns.hpp
Vcl.ExtActns TSendMail


説明

MAPI 固有の文字列のために確保したメモリを解放します。

MAPI に特化した文字列を取得するには、GetMAPIString を呼び出します。

関連項目