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>THPInit</title>
10</head>
11
12<body>
13
14<h1>THPInit</h1>
15
16<h2>C Specification</h2>
17
18<dl>
19<dd><pre><code>#include &lt;revolution/tpl.h&gt;</code></pre>
20  </dd>
21<dd><pre><CODE>BOOL THPInit(void);</CODE></pre>
22  </dd>
23</dl>
24
25<h2>Arguments</h2>
26<p>None.</p>
27
28<h2>Return Values</h2>
29<p>Returns <CODE>TRUE</CODE> if successful; <CODE>FALSE</CODE> otherwise.</p>
30
31<H2>Description</H2>
32<p>This function initializes the work buffer settings. </p>
33
34<p>Please call this function before calling any other THP functions. </p>
35
36<p>Calling <code>THPInit</code> more than once will not cause problems. </p>
37
38<H2>See Also</H2>
39
40<H2>Revision History</H2>
41<p>2006/03/01 Initial version.</p>
42
43<hr>
44<P>CONFIDENTIAL</p>
45</BODY>
46</HTML>