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>HBMSetAdjustFlag</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>HBMSetAdjustFlag</H1>
21
22<H2>Syntax</H2>
23<dl><dd><pre><code>
24#include &lt;revolution/hbm.h&gt;
25
26void HBMSetAdjustFlag( int flag );
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>flag</EM></STRONG></CODE></TD>
33    <TD width="520">Indicates whether to apply the aspect ratio adjustment factor when drawing the HOME Menu. The aspect ratio adjustment factor is applied if a value other than zero is passed.</TD>
34  </tr>
35</TABLE>
36
37<H2>Return Values</H2>
38<P>
39None.
40</P>
41
42<H2>Description</H2>
43<P>
44This function configures the choice to apply the aspect ratio adjustment factor, set using the <CODE><STRONG><EM>adjust</EM></STRONG></CODE> member of the <A href="hbm_HBMDataInfo.html"><CODE>HBMDataInfo</CODE></A> structure when drawing the HOME Menu.
45</P>
46
47<H2>See Also</H2>
48<P>
49    <A href="hbm_HBMCreate.html"><CODE>HBMCreate</CODE></A><BR>
50    <A href="hbm_HBMDataInfo.html"><CODE>HBMDataInfo</CODE> Structure</A>
51</P>
52
53<H2>Revision History</H2>
54<DL class="history">
55    <DT>2007/10/26<DD>Revised the header explanation.
56    <DT>2006/09/25<DD>Initial version.
57</DL>
58
59<hr><p>CONFIDENTIAL</p></body>
60</HTML>