Delphi
PVarData = ^TVarData;
C++
typedef struct TVarData *PVarData;
Pointer to a TVarData.
TVarData is used to hold a Variant's data.