IDStorageQueueX::Query

Obtains information about the queue.

Syntax

void Query(
    DSTORAGE_QUEUE_INFO *info
)

Parameters

info   _Out_
Type: DSTORAGE_QUEUE_INFO *

Receives the information about the queue.

Return value

Type: void

Remarks

Use this method to obtain the DSTORAGE_QUEUE_DESC structure that was used for creation of the queue. DSTORAGE_QUEUE_INFO also provides the number of empty slots and the number of entries that need to be enqueued to trigger automatic submission. (Automatic submission occurs when the queue is half full.)

Requirements

Header: dstorage_xs.h

Library: dstorage_xs.lib

Supported platforms: Xbox Series consoles

See also

IDStorageQueueX
DStorage