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>MEMGetSizeForMBlockExpHeap</TITLE>
13
14</HEAD>
15
16
17<BODY>
18
19
20<!-- �^�C�g���� -->
21<H1>MEMGetSizeForMBlockExpHeap</H1>
22
23
24<H2>C Specification</H2>
25<PRE class="construction">#include &lt;revolution/mem.h&gt;
26
27u32 MEMGetSizeForMBlockExpHeap( const void* memBlock );</PRE>
28
29
30<H2>Arguments</H2>
31<TABLE border="1">
32<TR>
33	<TD><STRONG><EM><CODE>memBlock</CODE></EM></STRONG></TD>
34	<TD>Pointer to the memory block to get the size for.</TD>
35</TR>
36  </TABLE>
37
38
39<H2>Return Values</H2>
40<P>Returns the size in bytes for the specified memory block.</P>
41<H2>Description</H2>
42<P>This function gets the size of the allocated memory block from the extended heap.</P>
43<H2>See Also</H2>
44<P class="reference"><A href="MEMGetGroupIDForMBlockExpHeap.html"><CODE>MEMGetGroupIDForMBlockExpHeap</CODE></A>, <A href="MEMGetAllocDirForMBlockExpHeap.html"><CODE>MEMGetAllocDirForMBlockExpHeap</CODE></A></P>
45
46
47<H2>Revision History</H2>
48<P>2006/03/01 Initial version.</P>
49
50
51<hr>
52<P>CONFIDENTIAL</p>
53</BODY>
54</HTML>
55