IDStorageStatusArrayX::IsComplete
Indicates whether all requests enqueued before the specified status entry have completed.Syntax
Parameters
indexType: 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 toGetHResult(index) != E_PENDING.)
Requirements
Header: dstorage_xs.h Library: dstorage_xs.lib Supported platforms: XBOX Series consolesSee also
IDStorageStatusArrayX::GetHResultIDStorageStatusArrayX
DStorage
