函数参考


_WinAPI_FreeMemory

Frees a memory block in the internal library heap.

#Include <WinAPIEx.au3>
_WinAPI_FreeMemory ( $pMemory )

参数

$pMemory A pointer to the valid memory block to be freed.

返回值

成功: 返回 1.
失败: 返回 0 并设置 @error 标志为非 0 值.

注意/说明

The _WinAPI_FreeMemory() function accepts only the pointers returned by some _WinAPI_* functions (see description).

相关

详情参考

None