Delphi
type PCallDesc = ^TCallDesc;
C++
typedef TCallDesc *PCallDesc;
TCallDesc 値へのポインタです。
PCallDesc は、バリアントのディスパッチ呼び出し記述子へのポインタです。