it depends on your compiler, but visual studio uses these as reserved words.
_int32 is really just a 32 bit integer, it can also be represented by: signed, signedint, or int
_int64 is really just a 64 bit integer, it can also be represented by: longlong or signedlonglong