术语 | heap32listnext |
释义 | Heap32ListNext 语法: C++ BOOL WINAPI Heap32ListNext( __in HANDLE hSnapshot, __out LPHEAPLIST32 lphl ); Heap32ListNext功能 检索信息下堆已被分配的一个过程。 参数 hSnapshot [in] 一个句柄,从先前调用CreateToolhelp32Snapshot函数返回的快照。 lphl [out] 一个 HEAPLIST32结构的指针。 返回值 返回TRUE,如果堆的名单上的下项已被复制到缓冲区或否则返回FALSE。在ERROR_NO_MORE_FILES错误值返回时,GetLastError函数中存在堆列表没有更多的项目。 备注 检索有关堆中的列表中第一个堆信息,请使用Heap32ListFirst功能。 实例 有关示例,请参见遍历堆名单。 要求: 最低支持:client-Windows 2000专业版 最低支持server-Windows 2000服务器 HeaderTlhelp32.h LibraryKernel32.lib DLLKernel32.dll 参见 CreateToolhelp32Snapshot 堆列表和堆散步 Heap32ListFirst HEAPLIST32 工具帮助函数 如果有任何问题和意见,请发送给微软(wsddocfb@microsoft.com) 生成日期:2009年8月27日 ==英文原文==Heap32ListNext Function Retrieves information about the next heap that has been allocated by a process. Syntax C++ BOOL WINAPI Heap32ListNext( __in HANDLE hSnapshot, __out LPHEAPLIST32 lphl ); Parameters hSnapshot [in] A handle to the snapshot returned from a previous call to the CreateToolhelp32Snapshot function. lphl [out] A pointer to a HEAPLIST32 structure. Return Value Returns TRUE if the next entry of the heap list has been copied to the buffer or FALSE otherwise. The ERROR_NO_MORE_FILES error value is returned by the GetLastError function when no more entries in the heap list exist. Remarks To retrieve information about the first heap in a heap list, use the Heap32ListFirst function. Examples For an example, see Traversing the Heap List . Requirements Minimum supported clientWindows 2000 Professional Minimum supported serverWindows 2000 Server HeaderTlhelp32.h LibraryKernel32.lib DLLKernel32.dll See Also CreateToolhelp32Snapshot Heap Lists and Heap Walking Heap32ListFirst HEAPLIST32 Tool Help Functions Send comments about this topic to Microsoft Build date: 8/27/2009 ==原始网址==http://msdn.microsoft.com/en-us/library/ms683436(VS.85).aspx\n |
随便看 |
|
windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。