1. 首页
  2. 编程语言
  3. 其他
  4. Delphi 枚举内存堆的实例.rar

Delphi 枚举内存堆的实例.rar

上传者: 2019-07-29 17:57:22上传 RAR文件 7.9KB 热度 37次
Delphi枚举内存堆的源码,一个简单的Delphi7Windows相关编程实例,内存堆枚举的例子。源代码如下:ListView1.Items.BeginUpdate;  ListItem:=ListView1.Items.add;  ListItem.Caption:=IntTostr(HeapList.th32HeapId);  Listitem.SubItems.Add(format('$%p',[Pointer(HeapStruct.dwAddress)]));  ListItem.SubItems.add(format('%d字节',[HeapStruct.dwBlockSize]));  cas
下载地址
用户评论