Determines whether the specified pointer points to the memory block in the internal library heap.
#Include <WinAPIEx.au3>
_WinAPI_IsMemory ( $pMemory )
$pMemory | A pointer to the memory block that to be tested. |
Success | 1 - The specified pointer is a valid memory pointer. |
0 | Otherwise. |
失败: | 返回 0 并设置 @error 标志为非 0 值. |