#include <dwc.h>DWCProfState DWC_CheckProfanityProcess(void);None.
| DWC_PROF_STATE_NOT_INITIALIZED | The DWC_CheckProfanityAsync function has not been called. |
| DWC_PROF_STATE_OPERATING | The check for Illegal character strings is in progress. |
| DWC_PROF_STATE_SUCCESS | The check for illegal character strings completed successfully. |
| DWC_PROF_STATE_FAIL | The check for illegal character strings ended in failure. Display the error code according to the result of the DWC_GetLastErrorEx function, and handle the error accordingly. |
Proceeds with the illegal string check. After calling the DWC_CheckProfanityAsync function, call DWC_CheckProfanityProcess once every game frame.
If DWC_PROF_RESULT_SUCCESS is returned, the results of the check can be obtained from the result specified with the DWC_CheckProfanityAsync function.
CONFIDENTIAL