Heap32Next
Retrieves
information about the next block of a heap that has been allocated by a
process.
BOOL WINAPI Heap32Next(LPHEAPENTRY32 lphe);
Parameters
lphe
Address
of a buffer containing a HEAPENTRY32
Return Value
Returns TRUE
if information about the next block in the heap has been copied to the buffer
or FALSE otherwise. The GetLastError
Remarks
To
retrieve information for the first block of a heap, use the Heap32First