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="IBM WebSphere Studio Homepage Builder Version 7.0.0.0 for Windows"> 7<META http-equiv="Content-Style-Type" content="text/css"> 8<title>STDResult</title> 9<LINK rel="stylesheet" href="../../css/nitro.css" type="text/css"> 10</head> 11 12<body> 13 14<h1 align="left">STDResult <img src="../../image/NTR.gif"align="middle"><img src="../../image/TWL.gif" align="middle"></h1> 15<h2>Definition</h2> 16 17<dl> 18 <dd> 19<CODE>#include <nitro/std.h></CODE><BR> 20 <BR> 21 <CODE>typedef enum STDResult<br> {<br> 22 STD_RESULT_SUCCESS,<br> 23 STD_RESULT_ERROR,<br> 24 STD_RESULT_INVALID_PARAM,<br> 25 STD_RESULT_CONVERSION_FAILED<br> }<br> STDResult;<br></CODE><br> 26 <br> 27 </dd> 28</dl> 29 30<H2>Description</H2> 31<P>This shows the enumerator constants that indicate the processing result of STD library functions. <BR>The meaning of each enumerator constant is shown in the following table: 32<TABLE border="0"> 33 <TBODY> 34 <TR> 35 <TD>Value</TD> 36 <TD>Description</TD> 37 </TR> 38 <TR> 39 <TD>STD_RESULT_SUCCESS</TD> 40 <TD>Indicates that processing completed successfully.</TD> 41 </TR> 42 <TR> 43 <TD>STD_RESULT_INVALID_PARAM</TD> 44 <TD>Indicates that the process failed due to a problem wih the argument passed to the function. 45 </TD> 46 </TR> 47 <TR> 48 <TD>STD_RESULT_CONVERSION_FAILED</TD> 49 <TD>Indicates that the character code conversion function failed at conversion and terminated processing.</TD> 50 </TR> 51 <TR> 52 <TD>STD_RESULT_ERROR</TD> 53 <TD>Indicates the process failed because of a problem other than those listed above. 54 </TD> 55 </TR> 56 </TBODY> 57</TABLE> 58<BR> 59</P> 60<h2>See Also</h2> 61<p><CODE><A href="STD_ConvertStringSjisToUnicode.html">STD_ConvertStringSjisToUnicode</A> <A href="STD_ConvertStringUnicodeToSjis.html">STD_ConvertStringUnicodeToSjis</A></CODE></p> 62 63<H2>Revision History</H2> 64<P> 652006/08/10 Initial version. 66</P> 67<hr><p>CONFIDENTIAL</p></body> 68</html> 69