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" type="text/css" href="../CSS/revolution.css">
9
10<!-- �^�C�g���� -->
11<TITLE>SCGetWpadSensorBarPosition</TITLE>
12
13</HEAD>
14
15<BODY>
16
17
18<!-- �^�C�g���� -->
19<H1>SCGetWpadSensorBarPosition</H1>
20
21
22
23<H2>C Specification</H2>
24<pre><code>#include &lt;revolution/sc.h&gt;
25
26#define SC_WPAD_SENSOR_BAR_POSITION_LOWER   0u
27#define SC_WPAD_SENSOR_BAR_POSITION_UPPER   1u
28
29u8 SCGetWpadSensorBarPosition(void);
30</code></pre>
31
32
33<H2>Arguments</H2>
34<P>None.</P>
35
36<H2>Return Values</H2>
37<p>One of the <code>SC_WPAD_SENSOR_BAR_POSITION_*</code> values.</p>
38
39<H2>Description</H2>
40<P>This function is reserved for another library to be provided in future. Do not call this directly from the application at present.</P>
41<P>This function references the sensor bar's position settings.</P>
42
43<TABLE border="1" cellpadding="3" cellspacing="0.1">
44  <TBODY>
45    <TR>
46<TD width="30%" valign="middle" bgcolor="#C0C0C0">Return Values</TD>
47<TD width="*" valign="middle" bgcolor="#C0C0C0">position</TD>
48    </TR>
49    <TR>
50<TD width="30%"><code>SC_WPAD_SENSOR_BAR_POSITION_LOWER</code></TD>
51<TD width="*"  >The lower edge of the TV screen.</TD>
52    </TR>
53    <TR>
54<TD width="30%"><code>SC_WPAD_SENSOR_BAR_POSITION_UPPER</code></TD>
55<TD width="*"  >The upper edge of the TV screen.</TD>
56    </TR>
57  </TBODY>
58</TABLE>
59
60<H2>See Also</H2>
61<P><A href="SCSetWpadSensorBarPosition.html"><code>SCSetWpadSensorBarPosition</code></A></P>
62
63<H2>Revision History</H2>
64<P>08/15/2006 Initial version.</P>
65
66<hr>
67<P>CONFIDENTIAL</p>
68</BODY>
69</HTML>
70