Skip to main content

XblTitleStorageGetQuotaAsync

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

Syntax

Parameters

xboxLiveContext   _In_
Type: XblContextHandle
XblContextCreateHandle로 생성된 XBOX live 컨텍스트 핸들입니다. serviceConfigurationId   _In_z_
Type: char*
타이틀의 Service Configuration ID(SCID)입니다. SCID는 대/소문자를 구분하는 것으로 간주되므로 Partner Center에서 직접 붙여넣습니다. storageType   _In_
Type: 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()/scids/
V1 GET trustedplatform/users/xuid()/scids/
V1 GET json/users/xuid()/scids/
V1 GET global/scids/

Requirements

Header: title_storage_c.h Library: Microsoft.Xbox.Services.14x.GDK.C.lib

See also

title_storage_c
마지막 수정일 2026년 8월 24일