2.2.43 SIZE_T

msdn link

SIZE_T is a ULONG_PTR representing the maximum number of bytes to which a pointer can point.

This type is declared as follows:

 typedef ULONG_PTR SIZE_T;