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

완료된 XblTitleStorageGetQuotaAsync 작업의 결과를 가져옵니다.

## Syntax

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

### Parameters

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

XblTitleStorageGetQuotaAsync에 전달된 것과 동일한 AsyncBlock입니다.

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

StorageType 유형의 타이틀 저장소에서 사용된 바이트 수를 다시 전달합니다.

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

StorageType 유형의 타이틀 저장소에서 사용할 수 있는 최대 바이트 수를 다시 전달합니다. 이는 소프트 제한이며 실제 사용된 바이트가 이 값을 초과할 수 있습니다.

### Return value

Type: HRESULT

이 API 작업에 대한 HRESULT 반환 코드입니다.

## 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](/ko/reference/live/xsapi-c/title_storage_c/functions/xbltitlestoragegetquotaasync.md)
- [Title Storage 서비스 구성의 할당량 정보 가져오기](/ko/services/xbox-services/storage/title-storage/how-to/live-getting-title-storage-quota-info.md)
- [XblTitleStorageGetBlobMetadataResult](/ko/reference/live/xsapi-c/title_storage_c/functions/xbltitlestoragegetblobmetadataresult.md)
- [XblTitleStorageBlobMetadataResultGetNextResult](/ko/reference/live/xsapi-c/title_storage_c/functions/xbltitlestorageblobmetadataresultgetnextresult.md)
- [XblTitleStorageBlobMetadataResultGetItems](/ko/reference/live/xsapi-c/title_storage_c/functions/xbltitlestorageblobmetadataresultgetitems.md)
