Delphi
type UInt32 = Cardinal;
C++
typedef unsigned UInt32;
Alias for Cardinal.
UInt32 est un alias pour une variable Cardinal.