Delphi
type PUInt64 = ^UInt64;
C++
typedef unsigned __int64 *PUInt64;
UInt64 へのポインタ。
PUInt64 は、符号なし 64 ビット整数へのポインタを表します。