Function Reference


_MemGlobalSize

Retrieves the current size of the specified global memory object

#include <Memory.au3>
_MemGlobalSize ( $hMemory )

Parameters

$hMemory Handle to the global memory object

Return Value

Success: the size of the specified global memory object, in bytes.
Failure: 0.

Related

_MemGlobalAlloc

See Also

Search GlobalSize in MSDN Library.