Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Enumeration values that indicate the result code from string verification.
Syntax
enum class XblVerifyStringResultCode
{
Success,
Offensive,
TooLong,
UnknownError
}
Constants
| Constant | Description |
|---|---|
| Success | No issues were found with the string. |
| Offensive | The string contains offensive content. |
| TooLong | The string is too long to verify. |
| UnknownError | An unknown error was encountered during string verification. |
Remarks
These values are defined on the service side and should not be modified.
Argument of
Requirements
Header: string_verify_c.h