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=utf-8"> 6<META http-equiv="Content-Style-Type" content="text/css"> 7<LINK rel="stylesheet" type="text/css" href="../CSS/revolution.css"> 8<title>KPADGetMplsWorkSize</title> 9</head> 10 11<body> 12 13<h1>KPADGetMplsWorkSize</h1> 14 15<h2>Syntax</h2> 16<dl><dd><pre class="construction"> 17#include <revolution/kpad.h> 18 19u32 KPADGetMplsWorkSize( void ); 20</pre></dd></dl> 21 22<h2>Arguments</h2> 23<p>None.</p> 24 25<h2>Return Values</h2> 26<p>Returns the amount of memory required by the library to process Wii MotionPlus data.</p> 27 28<H2>Description</H2> 29<p> 30Gets the amount of memory required by the library to process Wii MotionPlus data. The size of the memory that is passed to the <a href="./KPADSetMplsWorkarea.html"><code>KPADSetMplsWorkarea</code></a> function should be the same as the size obtained from this function. 31</p> 32 33<h2>See Also</h2> 34<P class="reference"> 35<A href="./KPADSetMplsWorkarea.html">KPADSetMplsWorkarea</a> 36</P> 37 38<H2>Revision History</H2> 39<P> 402008/12/04 Initial version. 41</P> 42 43<hr><p>CONFIDENTIAL</p></body> 44</html>