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>KPADInit</title> 9</head> 10 11<body> 12 13 14 15<h1>KPADInit</h1> 16 17 18<h2>C Specification</h2> 19 20<dl> 21<dd><pre><code>#include <revolution/kpad.h></code></pre> 22 </dd> 23<dd><pre><CODE>void KPADInit( void );</CODE></pre> 24 </dd> 25</dl> 26 27<h2>Arguments</h2> 28<p>None.</p> 29 30<h2>Return Values</h2> 31<p>None.</p> 32 33<H2>Description</H2> 34<p> 35This function initializes the KPAD library. Although this function must be called once before calling any other KPAD API functions, <font color="ff0000">in the KPAD library supporting UI Tool Version 4, <a href="../wpad/WPADRegisterAllocator.html">WPADRegisterAllocator</a> must be called before this function. This allows the allocator function for allocating and deallocating memory for the WPAD library to be registered first.</font><a href="../wpad/WPADInit.html"><CODE><a href="../wpad/WPADInit.html">WPADInit</a></CODE> is called inside this function. 36</p> 37 38<h2>See Also</h2> 39 40<H2>Revision History</H2> 41<P> 4203/01/2006 Initial version. <BR>06/19/2006 Added notes specific to initialization.<BR> 43</P> 44 45</body> 46</html>