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 14 15<h1>KPADInit</h1> 16 17 18<h2>C Specification</h2> 19 20<dl> 21 <dd><pre><code>#include <revolution/kpadOld.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 functions, 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. <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> 422006/03/01 Initial version. <BR>2006/06/19 Added notes specific to initialization.<BR> 2006/10/25 Changed the name from Revolution SDK 2.3 to KPADOld library.<br> 43</P> 44 45<hr> 46<P>CONFIDENTIAL</p> 47</BODY> 48</HTML>