Skip to main content

IDStorageQueueX2

Represents a DirectStorage queue. Extends the IDStorageQueueX1 interface.

Syntax

Methods

Remarks

A DirectStorage queue holds entries until the title calls Submit on the queue, or one of the Enqueue methods fills more than half of the queue’s capacity since last submission and triggers an automatic submission, if it is enabled for this queue. All entries in a DirectStorage queue complete in the order they are enqueued. IDStorageQueueX2 extends IDStorageQueueX1 with Query1 method to query the information about the queue, including the ability to disable the auto-submit feature of a DirectStorage Queue. For more information, see the “IDStorageQueueX”, “IDStorageQueueX1” and “IDStorageQueueX2” section in DirectStorage Overview.

Requirements

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

See also

IDStorageFactoryX::CreateQueue
IDStorageFactoryX2::CreateQueue1
DStorage
Last modified on August 20, 2026