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 http-equiv="Content-Style-Type" content="text/css">
7<META name="GENERATOR" content="IBM WebSphere Studio Homepage Builder Version 7.0.0.0 for Windows">
8<title>DWC_CheckProfanityProcess</title>
9<LINK rel="stylesheet" href="../css/nitro.css" type="text/css">
10</head>
11
12<body>
13<a name="dwc__prof_8h_1cf829b09d9ec8b42bf3987266e9983ca"></a>
14<h1 align="left">DWC_CheckProfanityProcess</h1>
15<h2>Syntax</h2>
16
17<dl>
18  <dd>
19<CODE>#include &lt;dwc.h&gt;</CODE><BR>
20  <BR>
21  <PRE><CODE><a href=Macro.html#dwc__prof_8h_1ff8674b700d1c8e3b2531e7d0a9aecfb>DWCProfState</a> <a href=DWC_CheckProfanityProcess.html#dwc__prof_8h_1cf829b09d9ec8b42bf3987266e9983ca>DWC_CheckProfanityProcess</a>(void);</CODE></PRE></dd>
22</dl>
23
24<h2>Arguments</h2>
25
26<p>None.</p>
27
28<h2>Return Values</h2>
29
30<TABLE border="1" width="100%">
31  <TBODY>
32
33    <TR>
34<TD width="13%"><EM><STRONG>DWC_PROF_STATE_NOT_INITIALIZED</STRONG></EM></TD>
35<TD width="87%">The <A href="DWC_CheckProfanityAsync.html"><CODE>DWC_CheckProfanityAsync</CODE></a> function has not been called.</TD>
36    </TR>
37
38    <TR>
39<TD width="13%"><EM><STRONG>DWC_PROF_STATE_OPERATING</STRONG></EM></TD>
40<TD width="87%">The check for Illegal character strings is in progress.</TD>
41    </TR>
42
43    <TR>
44<TD width="13%"><EM><STRONG>DWC_PROF_STATE_SUCCESS</STRONG></EM></TD>
45<TD width="87%">The check for illegal character strings completed successfully.</TD>
46    </TR>
47
48    <TR>
49<TD width="13%"><EM><STRONG>DWC_PROF_STATE_FAIL</STRONG></EM></TD>
50<TD width="87%">The check for illegal character strings ended in failure.<BR> Display the error code according to the result of the <CODE><A HREF="DWC_GetLastError.html">DWC_GetLastErrorEx</a></CODE> function, and handle the error accordingly.</TD>
51    </TR>
52
53  </TBODY>
54</TABLE>
55
56<H2>Description</H2>
57<p>Proceeds with the illegal string check. After calling the <CODE><A href="DWC_CheckProfanityAsync.html">DWC_CheckProfanityAsync</A></CODE> function, call <CODE>DWC_CheckProfanityProcess</CODE> once every game frame.</p><p>If <CODE>DWC_PROF_RESULT_SUCCESS</CODE> is returned, the results of the check can be obtained from the <CODE>result</CODE> specified with the <A href="DWC_CheckProfanityAsync.html"><CODE>DWC_CheckProfanityAsync</CODE></a> function.</p>
58
59<H2>Revision History</H2>
60<DL>
61
62<DT><para>1.4.1</DT>
63<DD>Initial version.</DD>
64
65</DL>
66<hr><p>CONFIDENTIAL</p></body>
67</html>
68