Retrieves the current size of the specified global memory object
#include <Memory.au3>
_MemGlobalSize ( $hMemory )
$hMemory | Handle to the global memory object |
Success: | the size of the specified global memory object, in bytes. |
Failure: | 0. |
Search GlobalSize in MSDN Library.