函数参考


_WinAPI_GetMemorySize

Retrieves the size of a memory block allocated from the internal library heap.

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

参数

$pMemory A pointer to the valid memory block whose size to be retrieved.

返回值

Success The size of the specified memory block, in bytes.
失败: 返回 0 并设置 @error 标志为非 0 值.

注意/说明

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

相关

详情参考

None