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

# XblPrivacyBatchCheckPermissionResultSize

> XblPrivacyBatchCheckPermissionResultSize

# XblPrivacyBatchCheckPermissionResultSize

Get the result size for an XblPrivacyBatchCheckPermissionAsync call.

## Syntax

```cpp theme={null}
HRESULT XblPrivacyBatchCheckPermissionResultSize(  
         XAsyncBlock* async,  
         size_t* resultSizeInBytes  
)  
```

### Parameters

*async*   \_In\_\
Type: XAsyncBlock\*

The AsyncBlock for this operation.

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

Passes back the size in bytes required to store the permission check results.

### Return value

Type: HRESULT

HRESULT return code for this API operation.

## Requirements

**Header:** privacy\_c.h

**Library:** Microsoft.Xbox.Services.14x.GDK.C.lib

## See also

[privacy\_c](/reference/live/xsapi-c/privacy_c/privacy_c_members)
