Skip to main content

DSTORAGE_QUEUE_DESC1

Properties of a DirectStorage queue.

Syntax

Members

SourceType
Type: DSTORAGE_REQUEST_SOURCE_TYPE
The source type of requests the queue can accept. Capacity
Type: UINT16
The maximum number of requests this queue can hold. This value must be between the values of DSTORAGE_MIN_QUEUE_CAPACITY and DSTORAGE_MAX_QUEUE_CAPACITY. Priority
Type: DSTORAGE_PRIORITY
The priority of the requests in this queue. Name
Type: const CHAR *
The name of the queue. Options Type: DSTORAGE_QUEUE_OPTIONS The options associated with this queue.

Remarks

This structure is used by the IDStorageFactoryX::CreateQueue1 method and appears in the DSTORAGE_QUEUE_INFO1 structure. The Name member is optional and intended for debugging. The options struct has the ability to disable the auto-submit feature of the DirectStorage Queue. For more information, see the “IDStorageQueueX” section in DirectStorage Overview.

Requirements

Header: dstorage_xs.h Supported platforms: XBOX Series consoles

See also

DStorage
Last modified on August 20, 2026