Skip to main content

XblStringVerifyStringsAsync

Verifies a collection of strings to see if each string contains acceptable text for use with XBOX Live.

Syntax

Parameters

xboxLiveContext   _In_
Type: XblContextHandle
XBOX live context for the local user. stringsToVerify   _In_
Type: char**
The string to verify. stringsCount   _In_
Type: uint64_t
The number of strings being verified. asyncBlock   _In_
Type: XAsyncBlock*
The AsyncBlock for this operation.

Return value

Type: HRESULT HRESULT return code for this API operation.

Remarks

Call XblStringVerifyStringsResultSize to retrieve size of buffer needed for result. Call XblStringVerifyStringsResult to retrieve the size of the results.

Requirements

Header: string_verify_c.h Library: Microsoft.Xbox.Services.14x.GDK.C.lib

See also

string_verify_c
Last modified on August 20, 2026