Delphi
type UInt32 = 0..-1;
C++
typedef unsigned UInt32;
Alias für Cardinal.
UInt32 ist ein Alias für eine Cardinal-Variable.