2.2.28 LONGLONG

msdn link

A LONGLONG is a 64-bit signed integer (range: –9223372036854775808 through 9223372036854775807 decimal).

This type is declared as follows:

 typedef signed __int64 LONGLONG;