DSTORAGE_QUEUE_DESC
Properties of a DirectStorage queue.Syntax
Members
SourceTypeType: 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.
PriorityType: DSTORAGE_PRIORITY The priority of the requests in this queue. Name
Type: const CHAR * The name of the queue.
