MemorySize()
语法
Result = MemorySize(*MemoryID)概要
Returns the length of the given memory area.
参数
*MemoryID The address of the memory area to get the size from. This must be a value returned from either AllocateMemory() or ReAllocateMemory().
返回值
Returns the size of the given memory area in bytes.
参阅
AllocateMemory(), ReAllocateMemory(), FreeMemory()
已支持操作系统
所有