> ## 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.

# XblStringVerifyStringResultSize

> XblStringVerifyStringResultSize

# XblStringVerifyStringResultSize

Get the result size for an XblStringVerifyStringAsync call.

## Syntax

```cpp theme={null}
HRESULT XblStringVerifyStringResultSize(  
         XAsyncBlock* asyncBlock,  
         size_t* resultSizeInBytes  
)  
```

### Parameters

*asyncBlock*   \_In\_\
Type: XAsyncBlock\*

The AsyncBlock for this operation.

*resultSizeInBytes*   \_Out\_\
Type: size\_t\*

Passes back the size in bytes required to store the XblVerifyStringResult result.

### Return value

Type: HRESULT

HRESULT return code for this API operation.

## 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)


## Related topics

- [XblStringVerifyStringAsync](/reference/live/xsapi-c/string_verify_c/functions/xblstringverifystringasync.md)
- [XblStringVerifyStringResult](/reference/live/xsapi-c/string_verify_c/functions/xblstringverifystringresult.md)
- [XblStringVerifyStringsResult](/reference/live/xsapi-c/string_verify_c/functions/xblstringverifystringsresult.md)
- [XblStringVerifyStringsResultSize](/reference/live/xsapi-c/string_verify_c/functions/xblstringverifystringsresultsize.md)
- [XblStringVerifyStringsAsync](/reference/live/xsapi-c/string_verify_c/functions/xblstringverifystringsasync.md)
