Funktionreferenz


_WinAPI_IsMemory


Determines whether the specified pointer points to the memory block in the internal library heap

#include <WinAPIMem.au3>
_WinAPI_IsMemory ( $pMemory )

Parameter

$pMemory A pointer to the memory block that to be tested.

Rückgabewert

True: the specified pointer is a valid memory pointer.
False: the specified pointer is not a valid memory pointer.

Bemerkungen

The _WinAPI_IsMemory() function accepts only the pointers returned by some _WinAPI_* functions (see description),
otherwise always returns False.