Delphi
PFixedInt = ^FixedInt;
C++
typedef int *PFixedInt;
FixedInt を指すポインタです。
PFixedInt は FixedInt を指すポインタです。