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

# XblTitleStorageGetQuotaAsync

> XblTitleStorageGetQuotaAsync

# XblTitleStorageGetQuotaAsync

지정된 서비스 구성 및 저장소 유형에 대한 타이틀 저장소 할당량 정보를 가져옵니다.

## Syntax

```cpp theme={null}
HRESULT XblTitleStorageGetQuotaAsync(  
         XblContextHandle xboxLiveContext,  
         const char* serviceConfigurationId,  
         XblTitleStorageType storageType,  
         XAsyncBlock* async  
)  
```

### Parameters

*xboxLiveContext*   \_In\_\
Type: [XblContextHandle](/reference/live/xsapi-c/types_c/handles/xblcontexthandle)

XblContextCreateHandle로 생성된 XBOX live 컨텍스트 핸들입니다.

*serviceConfigurationId*   \_In\_z\_\
Type: char\*

타이틀의 Service Configuration ID(SCID)입니다. SCID는 대/소문자를 구분하는 것으로 간주되므로 Partner Center에서 직접 붙여넣습니다.

*storageType*   \_In\_\
Type: [XblTitleStorageType](/reference/live/xsapi-c/title_storage_c/enums/xbltitlestoragetype)

할당량 정보를 가져올 저장소 유형입니다.

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

호출자가 할당한 AsyncBlock입니다.

### Return value

Type: HRESULT

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

## Remarks

TrustedPlatform 저장소 유형의 경우 호출한 사용자의 XBOX user Id에 대한 요청이 이루어집니다. 결과를 얻으려면 AsyncBlock 콜백 내부 또는 AsyncBlock이 완료된 후에 XblTitleStorageGetQuotaResult를 호출합니다.

## REST Call

V1 GET trustedplatform/users/xuid({xuid})/scids/{scid}\
V1 GET trustedplatform/users/xuid({xuid})/scids/{scid}\
V1 GET json/users/xuid({xuid})/scids/{scid}\
V1 GET global/scids/{scid}

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

- [XblTitleStorageGetQuotaResult](/ko/reference/live/xsapi-c/title_storage_c/functions/xbltitlestoragegetquotaresult.md)
- [Title Storage 서비스 구성의 할당량 정보 가져오기](/ko/services/xbox-services/storage/title-storage/how-to/live-getting-title-storage-quota-info.md)
- [XblTitleStorageGetBlobMetadataAsync](/ko/reference/live/xsapi-c/title_storage_c/functions/xbltitlestoragegetblobmetadataasync.md)
- [XblTitleStorageBlobMetadataResultGetNextAsync](/ko/reference/live/xsapi-c/title_storage_c/functions/xbltitlestorageblobmetadataresultgetnextasync.md)
- [XblTitleStorageGetBlobMetadataResult](/ko/reference/live/xsapi-c/title_storage_c/functions/xbltitlestoragegetblobmetadataresult.md)
