IDStorageFactoryX::CreateStatusArray
Creates a DirectStorage status array object.Syntax
Parameters
capacityType: UINT32 Specifies the number of status entries the array can hold. name
Type: PCSTR The name of the status array. Used for debugging. riid
Type: REFIID Specifies the DirectStorage status interface, such as
__uuidof(IDStorageStatusArrayX).
ppv _COM_Outptr_Type: void ** Receives the newly created status array object.
Return value
Type: HRESULT Standard HRESULT error code.Remarks
A DirectStorage status array stores completion-status flags. To enqueue a status write, call IDStorageQueueX::EnqueueStatus. For more information, see the “EnqueueStatus/EnqueueSignal” section in DirectStorage Overview.Requirements
Header: dstorage_xs.h Library: dstorage_xs.lib Supported platforms: XBOX Series consolesSee also
IDStorageFactoryXDStorage
