typedef UINT16 SIZE;
The SIZE type is an architecture-dependent data type used to represent memory sizes and object dimensions. It is defined as an unsigned integer with a bit-width appropriate for the target platform (e.g., 16-bit on 80x86 Real Mode or 32-bit on ARM), ensuring it is sufficient to represent the size of the largest allocatable memory block.
| Version: | 1.0 |
|---|---|
| Header file: | AR_Types.h (include AR_API.h) |
| See also: | PVOID |