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 name="GENERATOR" content="Microsoft FrontPage 5.0"> 7<META http-equiv="Content-Style-Type" content="text/css"> 8<LINK rel="stylesheet" type="text/css" href="../CSS/revolution.css"> 9<title>WPADGetRegisteredDevNum</title> 10</head> 11 12<body> 13 14<h1>WPADGetRegisteredDevNum</h1> 15 16 17<h2>C Specification</h2> 18 19<dl> 20<dd><pre><code>#include <revolution/wpad.h> 21 22#define WPAD_CHAN0 0 23#define WPAD_CHAN1 1 24#define WPAD_CHAN2 2 25#define WPAD_CHAN3 3 26 27u8 WPADGetRegisteredDevNum( void );</CODE></pre> 28 </dd> 29</dl> 30 31<h2>Arguments</h2> 32<p>None.</p> 33 34<h2>Return Values</h2> 35 36<p>The number of Wii Remotes registered to the Wii console.</p> 37 38<H2>Description</H2> 39<p> 40Gets the number of Wii Remotes registered to the Wii console. 41</p> 42 43<h2>See Also</h2> 44<p> 45<A href="./toc.html" target="contents"><CODE>WPAD Functions</CODE></A><br> 46</p> 47 48<H2>Revision History</H2> 49<P> 5006/19/2006 Initial version.<BR> 51</P> 52 53</body> 54</html>