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

# XblTitleStorageGetQuotaResult

> XblTitleStorageGetQuotaResult

# XblTitleStorageGetQuotaResult

Get the result for a completed XblTitleStorageGetQuotaAsync operation.

## Syntax

```cpp theme={null}
HRESULT XblTitleStorageGetQuotaResult(  
         XAsyncBlock* async,  
         size_t* usedBytes,  
         size_t* quotaBytes  
)  
```

### Parameters

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

The same AsyncBlock that passed to XblTitleStorageGetQuotaAsync.

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

Passes back the number of bytes used in title storage of type StorageType.

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

Passes back the maximum number of bytes that can be used in title storage of type StorageType. Note that this is a soft limit and the used bytes may actually exceed this value.

### Return value

Type: HRESULT

HRESULT return code for this API operation.

## Requirements

**Header:** title\_storage\_c.h

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

## See also

[title\_storage\_c](/reference/live/xsapi-c/title_storage_c/title_storage_c_members)


## Related topics

- [XblTitleStorageGetQuotaAsync](/reference/live/xsapi-c/title_storage_c/functions/xbltitlestoragegetquotaasync.md)
- [Get quota info for a Title Storage service configuration](/services/xbox-services/storage/title-storage/how-to/live-getting-title-storage-quota-info.md)
- [Getting Title Storage blob metadata](/services/xbox-services/storage/title-storage/how-to/live-getting-title-storage-blob-metadata.md)
- [XblTitleStorageGetBlobMetadataResult](/reference/live/xsapi-c/title_storage_c/functions/xbltitlestoragegetblobmetadataresult.md)
- [XblTitleStorageBlobMetadataResultGetNextResult](/reference/live/xsapi-c/title_storage_c/functions/xbltitlestorageblobmetadataresultgetnextresult.md)
