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<TITLE>SCSetWpadMotorMode</TITLE>
11
12</HEAD>
13
14<BODY>
15
16
17<H1><S>SCGetWpadSpeakerVolume</S> (No Longer Disclosed)</H1>
18
19<H2>Syntax</H2>
20<dl><dd><pre class="construction">
21#include &lt;revolution/sc.h&gt;
22
23#define SC_WPAD_MOTOR_MODE_OFF        0u
24#define SC_WPAD_MOTOR_MODE_ON         1u
25
26BOOL SCSetWpadMotorMode(u8 mode);
27</pre></dd></dl>
28
29<H2>Arguments</H2>
30<TABLE class="arguments" border="1" >
31  <TBODY>
32    <TR>
33<TH>mode</TH>
34<TD>One of the <CODE>SC_WPAD_MOTOR_MODE_*</CODE> values.</TD>
35    </TR>
36  </TBODY>
37</TABLE>
38
39<H2>Return Values</H2>
40<P>Returns <code>TRUE</code> if the setting change succeeds. Returns <code>FALSE</code> if it fails.</P>
41
42<H2>Description</H2>
43<P>This function is called from the WPAD library. Do not call this function directly from the application. (Have your application call <a href="../wpad/WPADEnableMotor.html"><code>WPADEnableMotor()</code></a> instead.)</P>
44
45<P>This function modifies the Wii Remote vibration settings.</P>
46
47<p>You can reference and change the setting from the <a href="../tools/devkitmenu.html">NDEV System Menu</a>.</p>
48
49<H2>See Also</H2>
50<P class="reference">
51<a href="../wpad/WPADEnableMotor.html">WPADEnableMotor</a>,
52<A href="SCGetWpadMotorMode.html">SCGetWpadMotorMode</A>,
53<a href="../tools/devkitmenu.html">NDEV System Menu</a>
54</P>
55
56<H2>Revision History</H2>
57<P>
582006/10/25 Disclosure ended.<br>2006/09/06 Revised explanation.<br>2006/08/15 Initial version.<br>
59</P>
60
61<hr><p>CONFIDENTIAL</p></body>
62</HTML>
63