Skip to content

Latest commit

 

History

History
74 lines (61 loc) · 1.55 KB

ns-dstorage-dstorage_queue_info.md

File metadata and controls

74 lines (61 loc) · 1.55 KB
UID ms.topic tech.root title ms.date targetos description prerelease req.construct-type req.ddi-compliance req.dll req.header req.include-header req.kmdf-ver req.lib req.max-support req.redist req.target-min-winverclnt req.target-min-winversvr req.target-type req.typenames req.umdf-ver req.unicode-ansi topic_type api_type api_location api_name f1_keywords dev_langs helpviewer_keywords
NS:dstorage.DSTORAGE_QUEUE_INFO
reference
dstorage
DSTORAGE_QUEUE_INFO
08/25/2022
Windows
Contains the properties and current state of a DirectStorage queue.
false
structure
dstorage.h
apiref
HeaderDef
dstorage.h
DSTORAGE_QUEUE_INFO
DSTORAGE_QUEUE_INFO
dstorage/DSTORAGE_QUEUE_INFO
c++
DSTORAGE_QUEUE_INFO

DSTORAGE_QUEUE_INFO structure (dstorage.h)

Contains the properties and current state of a DirectStorage queue.

Syntax

struct DSTORAGE_QUEUE_INFO {
  DSTORAGE_QUEUE_DESC Desc;
  UINT16              EmptySlotCount;
  UINT16              RequestCountUntilAutoSubmit;
};

Members

Desc

The DSTORAGE_QUEUE_DESC structure used for the queue's creation.

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.

RequestCountUntilAutoSubmit

The number of entries that would need to be enqueued in order to trigger automatic submission.

Requirements

   
Header dstorage.h