From System.pas
PSmallInt= ^SmallInt
Unit: System
Type: pointer
From System.hpp
typedef short * PSmallInt;
Type: typedef
Is a pointer to a SmallInt.
PSmallInt is a pointer to a SmallInt.