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>ENCInitContext</title> 8</head> 9 10<body> 11 12<h1>ENCInitContext</h1> 13 14 15<h2>Syntax</h2> 16<dl><dd><pre class="construction"> 17#include <revolution/enc.h> 18 19ENCResult ENCInitContext(ENCContext* context); 20</pre></dd></dl> 21 22<h2>Arguments</h2> 23<TABLE class="arguments" border="1" > 24 <tr> 25<th>context</th> 26<td>Character code conversion context.</td> 27 </tr> 28</table> 29 30<h2>Return Values</h2> 31<p> 32<code>ENC_OK</code>: Normal exit.<br><code>ENC_ERR_INVALID_PARAM</code>: Invalid argument.<br> 33</p> 34 35<h2>Description</h2> 36<p>Initializes the character code conversion context.</p> 37 38<h2>See Also</h2> 39<P class="reference"> 40 <a href="ENCDuplicateContext.html">ENCDuplicateContext</a> 41</p> 42 43<h2>Revision History</h2> 44<p> 452006/10/19 Initial version.<BR> 46</p> 47 48<hr><p>CONFIDENTIAL</p></body> 49</html>