1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html>
3<head>
4<meta http-equiv="Content-Type" content="text/html; charset=windows-1252" />
5<meta name="GENERATOR" content="Microsoft FrontPage 5.0" />
6<meta http-equiv="Content-Style-Type" content="text/css" />
7<link rel="stylesheet" type="text/css" href="../CSS/revolution.css" />
8<base target="main" />
9<title>Key Processing (KPR) API Function List</title>
10</head>
11
12<body>
13<h1>Key Processing (KPR) API Function List</h1>
14
15<h2><A name="Init">Initialization</A></h2>
16<TABLE class="api_list" border="1" >
17  <tr>
18<th nowrap><a href="KPRInitRegionUS.html">KPRInitRegionUS</a></th>
19<td>Initializes code and maps for US region key processing.</td>
20  </tr>
21  <tr>
22<th nowrap><a href="KPRInitRegionJP.html">KPRInitRegionJP</a></th>
23<td>Initializes code and maps for Japan region key processing.</td>
24  </tr>
25  <tr>
26<th nowrap><a href="KPRInitRegionEU.html">KPRInitRegionEU</a></th>
27<td>Initializes code and maps for EU region key processing.</td>
28  </tr>
29  <tr>
30<th nowrap><a href="KPRInitQueue.html">KPRInitQueue</a></th>
31<td>Initializes a key processing queue</td>
32  </tr>
33</table>
34
35<h2><A name="Process">Management &amp; Processing</A></h2>
36<TABLE class="api_list" border="1" >
37  <tr>
38<th nowrap><a href="KPRClearQueue.html">KPRClearQueue</a></th>
39<td>Clears the characters from a queue.</td>
40  </tr>
41  <tr>
42<th nowrap><a href="KPRSetMode.html">KPRSetMode</a></th>
43<td>Sets the processing mode for a queue.</td>
44  </tr>
45  <tr>
46<th nowrap><a href="KPRGetMode.html">KPRGetMode</a></th>
47<td>Gets the processing mode for a queue.</td>
48  </tr>
49  <tr>
50<th nowrap><a href="KPRPutChar.html">KPRPutChar</a></th>
51<td>Inserts a character into a queue and processes it.</td>
52  </tr>
53  <tr>
54<th nowrap><a href="KPRGetChar.html">KPRGetChar</a></th>
55<td>Removes a processed character from the head of a queue.</td>
56  </tr>
57  <tr>
58<th nowrap><a href="KPRRemoveChar.html">KPRRemoveChar</a></th>
59<td>Removes an unprocessed character from the tail of a queue.</td>
60  </tr>
61  <tr>
62<th nowrap><a href="KPRLookAhead.html">KPRLookAhead</a></th>
63<td>Gets a copy of all remaining characters in a queue.</td>
64  </tr>
65</table>
66
67<h2><A name="Structure">Structures &amp; Types</A></h2>
68<TABLE class="api_list" border="1" >
69  <tr>
70<th nowrap><a href="KPRMode.html">KPRMode</a></th>
71<td>Key processing mode.</td>
72  </tr>
73  <tr>
74<th nowrap><a href="KPRQueue.html">KPRQueue</a></th>
75<td>Queue to use in key processing.</td>
76  </tr>
77</table>
78
79<hr><p>CONFIDENTIAL</p></body>
80</HTML>