> ## 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.

# IDStorageQueueX2::Query1

> IDStorageQueueX2::Query1

# IDStorageQueueX2::Query1

キューに関する情報を取得します。

## 構文

```cpp theme={null}
void Query1(
    DSTORAGE_QUEUE_INFO1 *info
)
```

### パラメーター

*info*   \_Out\_\
Type: [DSTORAGE\_QUEUE\_INFO1](/reference/system/dstorage/structs/dstorage_queue_info1) \*

キューに関する情報を受け取ります。

### 戻り値

Type: void

## 解説

このメソッドは、キューの作成に使用された [DSTORAGE\_QUEUE\_DESC1](/reference/system/dstorage/structs/dstorage_queue_desc1) 構造体を取得するために使用します。[DSTORAGE\_QUEUE\_INFO1](/reference/system/dstorage/structs/dstorage_queue_info1) はまた、空きスロットの数と、このキューで自動送信が有効になっている場合に、自動送信をトリガーするためにキューに入れる必要があるエントリの数も提供します。

## 要件

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

**ライブラリ:** dstorage\_xs.lib

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

## 関連項目

[IDStorageQueueX2](/reference/system/dstorage/interfaces/IDStorageQueueX2/idstoragequeuex2)\
[DStorage](/reference/system/dstorage/dstorage_members)


## Related topics

- [DSTORAGE_QUEUE_INFO1](/ja-jp/reference/system/dstorage/structs/dstorage_queue_info1.md)
- [IDStorageQueueX2](/ja-jp/reference/system/dstorage/interfaces/IDStorageQueueX2/idstoragequeuex2.md)
- [DirectStorage の概要](/ja-jp/build/console-features/storage/directstorage/directstorage-overview.md)
- [IDStorageFactoryX2::CreateQueue1](/ja-jp/reference/system/dstorage/interfaces/IDStorageFactoryX2/methods/idstoragefactoryx_createqueue1.md)
- [DStorage](/ja-jp/reference/system/dstorage/dstorage_members.md)
