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.
Contains information about the results of a string verification.
Syntax
typedef struct XblVerifyStringResult {
XblVerifyStringResultCode resultCode;
char* firstOffendingSubstring;
} XblVerifyStringResult
Members
resultCode
Type: XblVerifyStringResultCode
The result code for the string verification.
firstOffendingSubstring
Type: char*
Contains the first offending substring if the resultCode is XblVerifyStringResultCode::Offensive.
Argument of
XblStringVerifyStringResult
XblStringVerifyStringsResult
Requirements
Header: string_verify_c.h