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.
Verifies a collection of strings to see if each string contains acceptable text for use with Xbox Live.
Syntax
HRESULT XblStringVerifyStringsAsync(
XblContextHandle xboxLiveContext,
const char** stringsToVerify,
const uint64_t stringsCount,
XAsyncBlock* asyncBlock
)
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