The type for a Global memory block Handle.
Source position: lcltype.pp line 112
type HGLOBAL = type PtrUInt;
Global memory blocks are managed by the platform, used e.g. for data shared across multiple processes.