> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# DSTORAGE_QUEUE_INFO1

> DSTORAGE_QUEUE_INFO1

# DSTORAGE\_QUEUE\_INFO1

DirectStorage キューのプロパティおよび現在の状態。

## 構文

```cpp theme={null}
struct DSTORAGE_QUEUE_INFO1 {  
    DSTORAGE_QUEUE_DESC1 Desc;
    UINT16 EmptySlotCount;
    UINT16 RequestCountUntilAutoSubmit;
}  
```

### メンバー

*Desc*\
Type: DSTORAGE\_QUEUE\_DESC1

キューの作成に使用された [DSTORAGE\_QUEUE\_DESC1](/reference/system/dstorage/structs/dstorage_queue_desc1) 構造体。

*EmptySlotCount*\
Type: UINT16

利用可能な空きスロットの数。キューが空の場合、空きスロットの数は容量 - 1 に等しくなります。予約されたスロットは、空とフルの状態を区別します。

*RequestCountUntilAutoSubmit*\
Type: UINT16

自動送信をトリガーするためにキューに入れる必要があるエントリの数。

## 解説

この構造体は、[IDStorageQueueX2::Query1](/reference/system/dstorage/interfaces/IDStorageQueueX2/methods/idstoragequeuex_query1) メソッドで使用されます。

キューが空の場合、*EmptySlotCount* は容量 - 1 に等しくなります。予約されたスロットは、空とフルの状態を区別します。

## 要件

**ヘッダー:** dstorage\_xs.h

**サポートされているプラットフォーム:** XBOX Series 本体

## 関連項目

[IDStorageQueueX2::Query1](/reference/system/dstorage/interfaces/IDStorageQueueX2/methods/idstoragequeuex_query1)\
[DStorage](/reference/system/dstorage/dstorage_members)


## Related topics

- [IDStorageQueueX2::Query1](/ja-jp/reference/system/dstorage/interfaces/IDStorageQueueX2/methods/idstoragequeuex_query1.md)
- [DSTORAGE_QUEUE_DESC1](/ja-jp/reference/system/dstorage/structs/dstorage_queue_desc1.md)
- [DStorage](/ja-jp/reference/system/dstorage/dstorage_members.md)
- [DSTORAGE_QUEUE_OPTIONS](/ja-jp/reference/system/dstorage/structs/dstorage_queue_options.md)
- [D3D12_RESOURCE_ALLOCATION_INFO1](/ja-jp/reference/graphics/d3d12/structs/d3d12_resource_allocation_info1_public.md)
