#include <dwc.h>BOOL DWC_CheckProfanityExAsync(const u16 **words,
int wordsnum,
const char *reserved,
int timeout,
char *result,
int *badwordsnum,
DWCProfRegion region);| words | Pointer array for the character string to be checked (UTF16-LE). |
| wordsnum | Length of words. |
| reserved | A four-character ASCII string for switching the badname dictionary in a game (usually NULL). |
| timeout | Specifies the timeout in units of seconds. |
| result | Check results. |
| badwordsnum | Number of illegal character strings. |
| region | A single character representing the region. Usually, the fourth digit of the product code. |
| TRUE | Acquisition started. |
| FALSE | Acquisition cannot start. |
Performs an invalid character string check for the specified region.
This function calls the NHTTPStartup 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.
CONFIDENTIAL