1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2<HTML> 3 4<HEAD> 5<META http-equiv="Content-Type" content="text/html; charset=windows-1252"> 6<META http-equiv="Content-Style-Type" content="text/css"> 7<META name="GENERATOR" content="IBM WebSphere Studio Homepage Builder Version 8.0.0.0 for Windows"> 8 9<LINK rel="stylesheet" type="text/css" href="../../CSS/revolution.css"> 10 11 <TITLE>MEMDestroyFrmHeap</TITLE> 12 13</HEAD> 14 15 16<BODY> 17 18 19<H1>MEMDestroyFrmHeap</H1> 20 21<H2>Syntax</H2> 22<DL><DD><PRE class="construction"> 23#include <revolution/mem.h> 24 25void* MEMDestroyFrmHeap( MEMHeapHandle heap ); 26</PRE></DD></DL> 27 28<H2>Arguments</H2> 29<TABLE class="arguments" border="1"> 30 <TR> 31<TH><STRONG><EM><CODE>heap</CODE></EM></STRONG></TH> 32<TD>Frame heap handle</TD> 33 </TR> 34</TABLE> 35 36<H2>Return Values</H2> 37<P>Returns the pointer to the region that the deleted heap occupies.</P> 38 39<H2>Description</H2> 40<P>Destroys the frame heap.</P> 41 42<H2>See Also</H2> 43<P class="reference"> 44<A href="MEMCreateFrmHeap.html">MEMCreateFrmHeap</A>, 45<A href="MEMCreateFrmHeapEx.html">MEMCreateFrmHeapEx</A> 46</P> 47 48<H2>Revision History</H2> 49<P> 502006/03/01 Initial version.<BR> 51</P> 52 53<hr><p>CONFIDENTIAL</p></body> 54</HTML> 55