Delphi
PPMonitor = ^PMonitor;
C++
typedef PMonitor *PPMonitor;
Is a pointer to a PMonitor.
PPMonitor represents a pointer to a PMonitor.