System.PCallDesc

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

Delphi

PCallDesc = ^TCallDesc;

C++

typedef TCallDesc *PCallDesc;

プロパティ

種類 可視性 ソース ユニット
pointer
typedef
public
System.pas
System.hpp
System System

説明

TCallDesc 値へのポインタです。

PCallDesc は、バリアントのディスパッチ呼び出し記述子へのポインタです。

関連項目