#include <dwc.h>
DWCProfState DWC_CheckProfanityProcess( void );
Advances the check for illegal character strings. After calling the DWC_CheckProfanityAsync function, call DWC_CheckProfanityProcess once every game frame.
Once this function returns DWC_PROF_STATE_SUCCESS, you can get the result of the check from the result specified by DWC_CheckProfanityAsync.
None.
DWC_PROF_STATE_NOT_INITIALIZED |
The DWC_CheckProfanityAsync function has not been called |
DWC_PROF_STATE_OPERATING |
Checking for illegal character strings |
DWC_PROF_STATE_SUCCESS |
The check for illegal character strings has ended successfully |
DWC_PROF_STATE_FAIL |
Termination of the check for illegal character strings that failed. Display the error code and take the appropriate action according to the result of DWC_GetLastErrorEx. |
DWC_CheckProfanityAsync, DWC_GetLastErrorEx
2007/04/20 Corrected errors.
2007/03/16 Initial version.
CONFIDENTIAL