2.2.27 LONG

msdn link

A LONG is a 32-bit signed integer, in twos-complement format (range: –2147483648 through 2147483647 decimal). The first bit (Most Significant Bit (MSB)) is the signing bit.

This type is declared as follows:

 typedef long LONG, *PLONG, *LPLONG;