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 8 <LINK rel="stylesheet" href="./css/revolution.css" type="text/css"> 9 10 <TITLE>HBMCreate</TITLE> 11<style type="text/css" media="all"> 12<!-- 13@import url("css/hbm_common.css"); 14--> 15</style> 16</HEAD> 17<BODY> 18 19 20<H1>HBMCreate</H1> 21 22<H2>Syntax</H2> 23<dl><dd><pre><code> 24#include <revolution/hbm.h> 25 26void HBMCreate( const <A href="hbm_HBMDataInfo.html">HBMDataInfo</A>* pHBInfo ); 27</code></pre></dd></dl> 28 29<H2>Arguments</H2> 30<TABLE border="1" > 31 <tr> 32 <TD valign="top" width="120" bgcolor="#ffffe8"><CODE><STRONG><EM>pHBInfo</EM></STRONG></CODE></TD> 33 <TD width="520">Setting information for the HOME Menu.</TD> 34 </tr> 35</TABLE> 36 37<H2>Return Values</H2> 38<P> 39None. 40</P> 41 42<H2>Description</H2> 43<P> 44Creates a HOME Menu instance based on the contents set in <span class="argument"><STRONG><CODE><EM>pHBInfo</EM></CODE></STRONG></span>. 45</P> 46 47<H2>See Also</H2> 48<p> 49<code><a href="./hbm_HBMInit.html">HBMInit</a></code>, <code><a href="./hbm_HBMDelete.html">HBMDelete</a></code> 50</p> 51 52<H2>Revision History</H2> 53<DL class="history"> 54 <DT>2007/10/26<DD>Revised the header explanation. 55 <DT>2006/10/02<DD>Deleted a description related to memory allocation. 56 <DT>2006/09/25<DD>Initial version. 57</DL> 58 59<hr><p>CONFIDENTIAL</p></body> 60</HTML>