Delphi
type PVariant = ^Variant;
C++
typedef Variant* PVariant; //
Variant へのポインタ。
PVariant は、Variant へのポインタです。