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 http-equiv="Content-Style-Type" content="text/css" />
6<link rel="stylesheet" type="text/css" href="../../CSS/revolution.css" />
7<title>ENCDuplicateContext</title>
8</head>
9
10<body>
11
12<h1>ENCDuplicateContext</h1>
13
14
15<h2>Syntax</h2>
16<dl><dd><pre class="construction">
17#include &lt;revolution/enc.h&gt;
18
19ENCResult ENCDuplicateContext(ENCContext* duplicate, const ENCContext* original);
20</pre></dd></dl>
21
22<h2>Arguments</h2>
23<TABLE class="arguments" border="1" >
24    <tr>
25<th>duplicate</th>
26<td>Character code conversion context of the duplication target.</td>
27    </tr>
28    <tr>
29<th>original</th>
30<td>Character code conversion context of the duplication source.</td>
31    </tr>
32</table>
33
34<h2>Return Values</h2>
35<p>
36<code>ENC_OK</code>: Normal exit.<br><code>ENC_ERR_INVALID_PARAM</code>: Invalid argument.<br>
37</p>
38
39<h2>Description</h2>
40<p>Duplicates the character code conversion context.</p>
41
42<h2>See Also</h2>
43<P class="reference">
44  <a href="ENCInitContext.html">ENCInitContext</a>
45</p>
46
47<h2>Revision History</h2>
48<p>
492006/10/19 Initial version.<BR>
50</p>
51
52<hr><p>CONFIDENTIAL</p></body>
53</html>