Long

Description

Long integer number based on 64-bit representation, which allows storing values of the range from -9223372036854775808 to 9223372036854775807. In C++ this type is a typedef to atl::sint64.


See also