DWC_CheckProfanityExAsync

Syntax

#include <dwc.h>

BOOL DWC_CheckProfanityExAsync(const u16 **words,
                               int wordsnum,
                               const char *reserved,
                               int timeout,
                               char *result,
                               int *badwordsnum,
                               DWCProfRegion region);

Arguments

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.

Return Values

TRUE Acquisition started.
FALSE Acquisition cannot start.

Description

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.

See Also

DWC_CheckProfanityAsync

Revision History

1.4.12
Added information specific to conflicts in NHTTP.

CONFIDENTIAL