From System.pas
PInt64= ^Int64
Unit: System
Type: pointer
From System.hpp
typedef __int64 * PInt64;
Type: typedef
Is a pointer to an Int64.
PInt64 is a pointer to an Int64.