UINT

Top  Previous  Next

A value of the Windows data type UINT is an unsigned integer number using 32 bits. Hence the range of a UINT value is 0 to 2^32-1 (4294967295). In 32bit-Windows UINT is the same as ULONG.