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>KPRSetMode</title>
10</head>
11
12<body>
13
14<h1>KPRSetMode</h1>
15
16<h2>Syntax</h2>
17<dl><dd><pre class="construction">
18#include &lt;revolution/kpr.h&gt;
19void KPRSetMode(KPRQueue *queue, KPRMode mode);
20</pre></dd></dl>
21
22<h2>Arguments</h2>
23<TABLE class="arguments" border="1" >
24  <tr>
25<TH><STRONG><EM><CODE>queue</CODE></EM></STRONG></TH>
26<TD>Pointer to queue to change.</TD>
27  </tr>
28  <tr>
29<TH>mode</TH>
30<TD>New processing mode for queue.</TD>
31  </tr>
32</TABLE>
33
34<h2>Return Values</h2>
35<p>None.</p>
36
37<h2>Description</h2>
38<p>This function sets the key processing mode for the given queue.</p>
39<p>Each queue has a mode which indicates the type of processing to be done. More than one mode may be active at the same time, but with restrictions. Alt+keypad processing can be turned on at any time. Dead-key processing and Japanese-character processing are mutually exclusive. The two different kinds of Japanese-character processing are also mutually exclusive.</p>
40
41<h2>See Also</h2>
42<P class="reference">
43<a href="list.html">Key Processing Functions</a>,
44<a href="KPRGetMode.html">KPRGetMode</a>
45</p>
46
47<H2>Revision History</H2>
48<P>
492007/07/09 Initial version.<br>
50</P>
51
52<hr><p>CONFIDENTIAL</p></body>
53</HTML>