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_CheckProfanityExAsync</title> 9<LINK rel="stylesheet" href="../css/nitro.css" type="text/css"> 10</head> 11 12<body> 13<a name="dwc__prof_8h_1583a36ef6c630987c29f68ac67a3d482"></a> 14<h1 align="left">DWC_CheckProfanityExAsync</h1> 15<h2>Syntax</h2> 16 17<dl> 18 <dd> 19<CODE>#include <dwc.h></CODE><BR> 20 <BR> 21 <PRE><CODE>BOOL <a href=DWC_CheckProfanityExAsync.html#dwc__prof_8h_1583a36ef6c630987c29f68ac67a3d482>DWC_CheckProfanityExAsync</a>(const u16 **words, 22 int wordsnum, 23 const char *reserved, 24 int timeout, 25 char *result, 26 int *badwordsnum, 27 DWCProfRegion region);</CODE></PRE></dd> 28</dl> 29 30<h2>Arguments</h2> 31 32<TABLE border="1" width="100%"> 33 <TBODY> 34 35 <TR> 36 <TD width="13%"><EM><STRONG>words</STRONG></EM></TD> 37 <TD width="87%">Pointer array for the character string to be checked (UTF16-LE).</TD> 38 </TR> 39 40 <TR> 41 <TD width="13%"><EM><STRONG>wordsnum</STRONG></EM></TD> 42 <TD width="87%">Length of <CODE>words</CODE>.</TD> 43 </TR> 44 45 <TR> 46 <TD width="13%"><EM><STRONG>reserved</STRONG></EM></TD> 47 <TD width="87%">A four-character ASCII string for switching the badname dictionary in a game (usually NULL).</TD> 48 </TR> 49 50 <TR> 51 <TD width="13%"><EM><STRONG>timeout</STRONG></EM></TD> 52 <TD width="87%">Specifies the timeout in units of seconds.</TD> 53 </TR> 54 55 <TR> 56 <TD width="13%"><EM><STRONG>result</STRONG></EM></TD> 57 <TD width="87%">Check results.</TD> 58 </TR> 59 60 <TR> 61 <TD width="13%"><EM><STRONG>badwordsnum</STRONG></EM></TD> 62 <TD width="87%">Number of illegal character strings.</TD> 63 </TR> 64 65 <TR> 66 <TD width="13%"><EM><STRONG>region</STRONG></EM></TD> 67 <TD width="87%">A single character representing the region. Usually, the fourth digit of the product code.</TD> 68 </TR> 69 70 </TBODY> 71</TABLE> 72 73<h2>Return Values</h2> 74 75<TABLE border="1" width="100%"> 76 <TBODY> 77 78 <TR> 79 <TD width="13%"><EM><STRONG>TRUE</STRONG></EM></TD> 80 <TD width="87%">Acquisition started.</TD> 81 </TR> 82 83 <TR> 84 <TD width="13%"><EM><STRONG>FALSE</STRONG></EM></TD> 85 <TD width="87%">Acquisition cannot start.</TD> 86 </TR> 87 88 </TBODY> 89</TABLE> 90 91<H2>Description</H2> 92<p>Performs an invalid character string check for the specified region.</p><p>This function calls the <CODE>NHTTPStartup</CODE> function internally. Avoid the overlapping use of NHTTP before and after the interval between the time this function is called and the illegal string check is performed.</p> 93 94<h2>See Also</h2> 95<p> 96 97 <CODE><A href="DWC_CheckProfanityAsync.html">DWC_CheckProfanityAsync</A></CODE> 98 99</p> 100 101<H2>Revision History</H2> 102<DL> 103 104<DT><para>1.4.12</DT> 105<DD>Added information specific to conflicts in NHTTP.</DD> 106 107</DL> 108<hr><p>CONFIDENTIAL</p></body> 109</html> 110