size_t Width

The C++ size_t type is defined as the result of the sizeof operator and can contain the size of any object. STL and MFC containers typically return their size as a size_t value. In the IA-32 programming model, size_t is 32 bits wide. In X64, it is 64 bits wide.