Delphi
PByte = ^Byte; {$NODEFINE PByte} { defined in sysmac.h }
C++
typedef Byte* PByte; //
PByte は Byte 型の変数へのポインタです。