Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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