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 API Function List</title> 10</head> 11 12<body> 13<h1>Key Processing API Function List</h1> 14 15<h2><A name="Init">Initialization</A></h2> 16<table border="1"> 17<tr> 18<td nowrap><a href="KPRInitRegionUS.html">KPRInitRegionUS</a></td> 19<td>Initializes code and maps for the US region key processing.</td> 20</tr> 21<tr> 22<td nowrap><a href="KPRInitRegionJP.html">KPRInitRegionJP</a></td> 23<td>Initializes code and maps for the JP region key processing.</td> 24</tr> 25<tr> 26<td nowrap><a href="KPRInitRegionEU.html">KPRInitRegionEU</a></td> 27<td>Initializes code and maps for the EU region key processing.</td> 28</tr> 29<tr> 30<td nowrap><a href="KPRInitQueue.html">KPRInitQueue</a></td> 31<td>Initializes a key processing queue.</td> 32</tr> 33</table> 34 35<h2><A name="Process">Management and Processing</A></h2> 36<table border="1"> 37<tr> 38<td nowrap> 39<a href="KPRClearQueue.html">KPRClearQueue</a><br> 40<td>Clears the characters from a queue.</td> 41</tr> 42<tr> 43<td nowrap> 44<a href="KPRSetMode.html">KPRSetMode</a><br> 45<td>Sets the processing mode for a queue.</td> 46</tr> 47<tr> 48<td nowrap> 49<a href="KPRGetMode.html">KPRGetMode</a><br> 50<td>Gets the processing mode for a queue.</td> 51</tr> 52<tr> 53<td nowrap> 54<a href="KPRPutChar.html">KPRPutChar</a><br> 55<td>Inserts a character into a queue and processes it.</td> 56</tr> 57<tr> 58<td nowrap> 59<a href="KPRGetChar.html">KPRGetChar</a><br> 60<td>Removes a processed character from the head of a queue.</td> 61</tr> 62<tr> 63<td nowrap> 64<a href="KPRRemoveChar.html">KPRRemoveChar</a><br> 65<td>Removes an unprocessed character from the tail of a queue.</td> 66</tr> 67<tr> 68<td nowrap> 69<a href="KPRLookAhead.html">KPRLookAhead</a><br> 70<td>Gets a copy of all remaining characters in a queue.</td> 71</tr> 72</table> 73 74</BODY> 75</HTML>