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>KPRInitRegionUS</title>
10</head>
11
12<body>
13
14<h1>KPRInitRegionUS</h1>
15
16<h2>C Specification</h2>
17
18<dl>
19<dd><pre><code>#include &lt;revolution/kpr.h&gt;</code></pre>
20  </dd>
21<dd><pre>void KPRInitRegionUS( void );</pre>
22  </dd>
23</dl>
24
25<h2>Arguments</h2>
26
27<p>None.</p>
28
29<h2>Return Values</h2>
30
31<p>None.</p>
32
33<h2>Description</h2>
34
35<p>This function ensures that proper code and maps are set up to handle key processing for the US region. One or more regions must be initialized before calling <code><a href="KPRPutChar.html">KPRPutChar</a></code>.</p>
36<p>The region initializers control which key processing code and maps are linked into the application code. If a region is not initialized, its code and maps are not included in the application code.
37</p>
38<p>The US region includes code and maps for dead-key processing.</p>
39
40<h2>See Also</h2>
41
42<p><a href="list.html">Key Processing API Function List</a></p>
43
44<H2>Revision History</H2>
45<P>2007/07/09 Initial version.</P>
46
47</BODY>
48</HTML>