LocalSize

更新时间:2022-03-28 12:19

LocalSize是一个Windows API函数,用来获取某一对象在内存中所占字节数。

基本信息

Retrieves the current size of the specified local memory object, in bytes.

以字节来检索指定的本地内存对象的当前大小。

函数原型

UINT WINAPI LocalSize( __in HLOCAL hMem);

Parameters hMem [in]

A handle to the local memory object. This handle is returned by the LocalAlloc,LocalReAlloc,or LocalHandle function.

参数

hMem [in] 一个本地内存对象的句柄,该句柄由LocalAlloc、LocalReAlloc或是LocalHandle函数返回。

返回值

如果函数成功,返回值是指定的本地内存对象的大小,以字节为单位。如果指定的句柄无效,或者如果对象已被丢弃,返回值为零。要得到更多的错误信息的话,调用GetLastError函数。

备注

内存分配的大小的时候内存块的大小可能会超过要求。

为了验证指定的对象的内存块没有被丢弃,调用LocalFlags函数之前调用LocalSize。

要求

最低支持的客户端:Windows 2000 Professional

最低支持的服务器:Windows 2000 Server

头文件:Winbase.h (include Windows.h)

库:Kernel32.lib

DLL文件:Kernel32.dll

易语言声明

.版本 2

.参数 hMem, 整数型

VB声明

Declare Function LocalSize

免责声明
隐私政策
用户协议
目录 22
0{{catalogNumber[index]}}. {{item.title}}
{{item.title}}