XblVerifyStringResult

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

See also

string_verify_c