> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# XblStringVerifyStringsAsync

> XblStringVerifyStringsAsync

# XblStringVerifyStringsAsync

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

## Syntax

```cpp theme={null}
HRESULT XblStringVerifyStringsAsync(  
         XblContextHandle xboxLiveContext,  
         const char** stringsToVerify,  
         const uint64_t stringsCount,  
         XAsyncBlock* asyncBlock  
)  
```

### Parameters

*xboxLiveContext*   \_In\_\
Type: [XblContextHandle](/reference/live/xsapi-c/types_c/handles/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](/reference/live/xsapi-c/string_verify_c/functions/xblstringverifystringsresultsize) to retrieve size of buffer needed for result. Call [XblStringVerifyStringsResult](/reference/live/xsapi-c/string_verify_c/functions/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](/reference/live/xsapi-c/string_verify_c/string_verify_c_members)
