Delphi
PUInt64 = ^UInt64;
C++
typedef unsigned __int64 *PUInt64;
Pointer to UInt64.
PUInt64 represents a pointer to an unsigned 64-bit integer.