DWC_CheckProfanityProcess

Syntax

#include <dwc.h>

DWCProfState DWC_CheckProfanityProcess( void );

Description

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.

Arguments

None.

Return Values

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 failed and terminated.
Display the error code and take the appropriate action according to the result of DWC_GetLastErrorEx.

See Also

DWC_CheckProfanityAsync
DWC_GetLastErrorEx

Revision History

2007/04/20 Corrected errors.
2007/03/16 Initial version.


CONFIDENTIAL