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 <!-- �^�C�g���� --> 12 <TITLE>MEMGetGroupIDForExpHeap</TITLE> 13 14</HEAD> 15 16 17<BODY> 18 19 20<!-- �^�C�g���� --> 21<H1>MEMGetGroupIDForExpHeap</H1> 22 23 24<H2>C Specification</H2> 25<PRE class="construction">#include <revolution/mem.h> 26 27u16 MEMGetGroupIDForExpHeap( MEMHeapHandle heap );</PRE> 28 29 30<H2>Arguments</H2> 31<TABLE border="1"> 32<TR> 33 <TD><STRONG><EM><CODE>heap</CODE></EM></STRONG></TD> 34 <TD>Expanded heap handle.</TD> 35</TR> 36 </TABLE> 37 38 39<H2>Return Values</H2> 40<P>Returns the current group ID value.</P> 41<H2>Description</H2> 42<P>This function gets the group ID of the expanded heap.</P> 43<P>The memory blocks allocated from the extended heap each have their own group ID, and this value carries over to the group ID value set in the heap when the memory block is allocated.</P> 44<P>The group ID becomes zero upon heap creation.</P> 45<H2>See Also</H2> 46<P class="reference"><A href="MEMSetGroupIDForExpHeap.html"><CODE>MEMSetGroupIDForExpHeap</CODE></A></P> 47 48 49<H2>Revision History</H2> 50<P>03/01/2006 Initial version.</P> 51 52 53</BODY> 54</HTML> 55