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

# IDStorageStatusArrayX::IsComplete

> IDStorageStatusArrayX::IsComplete

# IDStorageStatusArrayX::IsComplete

指定されたステータス エントリの前にキューに入れられたすべての要求が完了したかどうかを示します。

## 構文

```cpp theme={null}
bool IsComplete(  
         UINT32 index  
)  
```

### パラメーター

*index*\
Type: UINT32

取得するステータス エントリのインデックスを指定します。

### 戻り値

Type: bool

完了を示すブール値。

## 解説

このメソッドは、*index* の前にキューに入れられたすべての要求が完了しているかどうかを示すブール値を返します。いずれかの要求が完了していない場合、このメソッドは false を返します。(これは `GetHResult(index) != E_PENDING` と同等です。)

## 要件

**ヘッダー:** dstorage\_xs.h

**ライブラリ:** dstorage\_xs.lib

**サポートされているプラットフォーム:** XBOX Series 本体

## 関連項目

[IDStorageStatusArrayX::GetHResult](/reference/system/dstorage/interfaces/IDStorageStatusArrayX/methods/idstoragestatusarrayx_gethresult)\
[IDStorageStatusArrayX](/reference/system/dstorage/interfaces/IDStorageStatusArrayX/idstoragestatusarrayx)\
[DStorage](/reference/system/dstorage/dstorage_members)


## Related topics

- [IDStorageStatusArrayX::GetHResult](/ja-jp/reference/system/dstorage/interfaces/IDStorageStatusArrayX/methods/idstoragestatusarrayx_gethresult.md)
- [IDStorageStatusArrayX](/ja-jp/reference/system/dstorage/interfaces/IDStorageStatusArrayX/idstoragestatusarrayx.md)
- [IDStorageQueueX::EnqueueStatus](/ja-jp/reference/system/dstorage/interfaces/IDStorageQueueX/methods/idstoragequeuex_enqueuestatus.md)
- [IDStorageFactoryX::CreateStatusArray](/ja-jp/reference/system/dstorage/interfaces/IDStorageFactoryX/methods/idstoragefactoryx_createstatusarray.md)
- [DStorage](/ja-jp/reference/system/dstorage/dstorage_members.md)
