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

指定したサービス構成およびストレージの種類のタイトル ストレージ クォータ情報を取得します。

## 構文

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

### パラメーター

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

XblContextCreateHandle で作成された XBOX Live コンテキスト ハンドル。

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

タイトルのサービス構成 ID (SCID)。SCID は大文字と小文字が区別されると見なされるため、パートナー センターから直接貼り付けてください。

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

クォータ情報を取得するストレージの種類。

*async*   \_In\_\
型: XAsyncBlock\*

呼び出し元が割り当てる AsyncBlock。

### 戻り値

型: HRESULT

この API 操作の HRESULT 戻り値コード。

## 解説

TrustedPlatform ストレージの種類の場合、リクエストは呼び出し元ユーザーの XBOX ユーザー ID に対して行われます。結果を取得するには、AsyncBlock コールバック内、または AsyncBlock の完了後に XblTitleStorageGetQuotaResult を呼び出します。

## REST 呼び出し

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}

## 要件

**ヘッダー:** title\_storage\_c.h

**ライブラリ:** Microsoft.Xbox.Services.14x.GDK.C.lib

## 関連項目

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


## Related topics

- [XblTitleStorageGetQuotaResult](/ja-jp/reference/live/xsapi-c/title_storage_c/functions/xbltitlestoragegetquotaresult.md)
- [Title Storage サービス構成のクォータ情報を取得する](/ja-jp/services/xbox-services/storage/title-storage/how-to/live-getting-title-storage-quota-info.md)
- [XblTitleStorageGetBlobMetadataAsync](/ja-jp/reference/live/xsapi-c/title_storage_c/functions/xbltitlestoragegetblobmetadataasync.md)
- [XblTitleStorageBlobMetadataResultGetNextAsync](/ja-jp/reference/live/xsapi-c/title_storage_c/functions/xbltitlestorageblobmetadataresultgetnextasync.md)
- [XblTitleStorageGetBlobMetadataResult](/ja-jp/reference/live/xsapi-c/title_storage_c/functions/xbltitlestoragegetblobmetadataresult.md)
