This structure is used by the IDStorageFactoryX2::CreateQueue1 method and appears in the DSTORAGE_QUEUE_INFO1 structure.WARNING: If you disable the auto-submit feature for a queue then its behaviour will change if the queue is at capacity. When attempting to Enqueue() a request to a full queue, the thread calling Enqueue() will STALL and become unresponsive until Submit() is called on the queue to free up more capacity. The Submit() call must be performed from a different thread to the Enqueue().If this situation occurs, an error message will be displayed when the DSTORAGE_DEBUG_SHOW_ERRORS flag is enabled.For more information, see the “IDStorageQueueX2” section in DirectStorage Overview.