Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Borland C++ 2.x ( with Turbo C ) - <b>farheapwalk() walk through far heap</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 farheapwalk()           Walk Through Far Heap

 #include   <alloc.h>

 int farheapwalk(hi);
 struct farheapinfo *hi;        Heap info structure.

        farheapwalk() performs a walk through the far heap. It is It is the
        far heap version of heapwalk(). See heapwalk() for more information.

       Returns:     _HEAPEMPTY, _HEAPOK, or _HEAPEND.

See Also: heapwalk()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson