Delphi
type PMonitor = ^TMonitor;
C++
typedef TMonitor *PMonitor;
TMonitor へのポインタです。
PMonitor は、TMonitor へのポインタを表します。