函数参考


_WinAPI_IsMemory

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 值.

注意/说明

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

相关

详情参考

None