Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
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