Struct DSTORAGE_QUEUE_INFO
Defined in File dstorage.h
Struct Documentation
-
struct DSTORAGE_QUEUE_INFO
The DSTORAGE_QUEUE_INFO structure contains the properties and current state of a DirectStorage queue.
Public Members
-
DSTORAGE_QUEUE_DESC Desc
The DSTORAGE_QUEUE_DESC structure used for the queue's creation.
-
UINT16 EmptySlotCount
The number of available empty slots. If a queue is empty, then the number of empty slots equals capacity - 1. The reserved slot is used to distinguish between empty and full cases.
-
UINT16 RequestCountUntilAutoSubmit
The number of entries that would need to be enqueued in order to trigger automatic submission.
-
DSTORAGE_QUEUE_DESC Desc