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 (KPADOld)</title>
9</head>
10
11<body>
12
13<h1>KPADInit</h1>
14
15<h2>Syntax</h2>
16<dl><dd><pre class="construction">
17#include &lt;revolution/kpadOld.h&gt;
18
19void KPADInit( 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>
30This function initializes the KPAD library. Although this function must be called once before any other KPAD functions are called, in the KPAD library supporting UI Tool Version 4, <a href="../wpad/WPADRegisterAllocator.html">WPADRegisterAllocator</CODE></a> must be called before this function. This allows the allocator function used to allocate and deallocate memory for the WPAD library to be registered first. <CODE><a href="../wpad/WPADInit.html">WPADInit</a></CODE> is called inside this function.
31</p>
32
33<h2>See Also</h2>
34<p>None.</p>
35
36<H2>Revision History</H2>
37<P>
382006/10/25 Changed the name to KPADOld library starting with Revolution SDK 2.3.<br>2006/06/19 Added a note specific to initialization.<br>2006/03/01 Initial version.<br>
39</P>
40
41<hr><p>CONFIDENTIAL</p></body>
42</html>