Retrieves the size of a memory block allocated from the internal library heap.
#Include <WinAPIEx.au3>
_WinAPI_GetMemorySize ( $pMemory )
$pMemory | A pointer to the valid memory block whose size to be retrieved. |
Success | The size of the specified memory block, in bytes. |
失败: | 返回 0 并设置 @error 标志为非 0 值. |