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<LINK rel="stylesheet" type="text/css" href="../CSS/revolution.css">
8<title>KPADShutdown</title>
9</head>
10
11<body>
12
13<h1>KPADShutdown</h1>
14
15<h2>Syntax</h2>
16<dl><dd><pre class="construction">
17#include &lt;revolution/kpad.h&gt;
18
19void KPADShutdown( void );
20</pre></dd></dl>
21
22<h2>Arguments</h2>
23<p>None.</p>
24
25<h2>Return Values</h2>
26<p>None.</p>
27
28<H2>Description</H2>
29<p>
30Stops the KPAD library.
31</p>
32<p>
33The KPAD library registers callback functions in the WPAD library. Specifically, it registers the callback function called when data is received from a Wii Remote to the <a href="../wpad/WPADSetSamplingCallback.html"><code>WPADSetSamplingCallback</code></a> function, and the callback function called on Wii Remote connection/disconnection to the <a href="../wpad/WPADSetConnectCallback.html"><code>WPADSetConnectCallback</code></a> function. Calling <CODE>KPADShutdown</CODE> will eliminate the internal callbacks in the functions listed above, but user callbacks registered by the application in the WPAD library will not be affected.
34</p>
35
36<h2>See Also</h2>
37<P>
38<a href="../wpad/WPADSetSamplingCallback.html">WPADSetSamplingCallback</a>,
39<a href="../wpad/WPADSetConnectCallback.html">WPADSetConnectCallback</a>
40</P>
41
42<H2>Revision History</H2>
43<P>
442008/04/17 Initial version.<br>
45</P>
46
47<hr><p>CONFIDENTIAL</p></body>
48</html>