Skip to main content

IDStorageStatusArrayX::IsComplete

Indicates whether all requests enqueued before the specified status entry have completed.

Syntax

Parameters

index
Type: UINT32
Specifies the index of the status entry to retrieve.

Return value

Type: bool Boolean value indicating completion.

Remarks

This method returns a Boolean value that indicates whether all requests that were enqueued before index are complete. If any request is not complete, this method returns false. (This is equivalent to GetHResult(index) != E_PENDING.)

Requirements

Header: dstorage_xs.h Library: dstorage_xs.lib Supported platforms: XBOX Series consoles

See also

IDStorageStatusArrayX::GetHResult
IDStorageStatusArrayX
DStorage
Last modified on August 20, 2026