> ## 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*\
형식: UINT32

검색할 상태 항목의 인덱스를 지정합니다.

### 반환 값

형식: 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](/ko/reference/system/dstorage/interfaces/IDStorageStatusArrayX/methods/idstoragestatusarrayx_gethresult.md)
- [IDStorageStatusArrayX](/ko/reference/system/dstorage/interfaces/IDStorageStatusArrayX/idstoragestatusarrayx.md)
- [IDStorageQueueX::EnqueueStatus](/ko/reference/system/dstorage/interfaces/IDStorageQueueX/methods/idstoragequeuex_enqueuestatus.md)
- [IDStorageFactoryX::CreateStatusArray](/ko/reference/system/dstorage/interfaces/IDStorageFactoryX/methods/idstoragefactoryx_createstatusarray.md)
- [DStorage](/ko/reference/system/dstorage/dstorage_members.md)
