8typedef unsigned char MxU8;
45typedef unsigned __int64
MxU64;
50typedef signed __int64
MxS64;
56typedef unsigned long long int MxU64;
61typedef signed long long int MxS64;
151#define TWOCC(a, b) (((a) << 0) | ((b) << 8))
162#define FOURCC(a, b, c, d) (((a) << 0) | ((b) << 8) | ((c) << 16) | ((d) << 24))
unsigned long long int MxU64
[AI]
signed long long int MxS64
[AI]
[AI] Union that provides a convenient bit field view of a byte for flag manipulation.
MxU8 m_bit0
[AI] Least significant bit of the flag byte.
MxU8 m_bit7
[AI] Most significant bit of the flag byte.