INT

Top  Previous  Next

A value of the Windows data type INT is a signed integer number using 32 bits. The leftmost bit (bit 31) is used to indicate the sign. Hence the range of a INT value is -2^31 (-2147483648)  to 2^31-1 (2147483647). In 32bit Windows INT is equal to LONG.