> ## 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\_\
형식: [DSTORAGE\_QUEUE\_INFO1](/reference/system/dstorage/structs/dstorage_queue_info1) \*

큐에 대한 정보를 받습니다.

### 반환 값

형식: 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](/ko/reference/system/dstorage/structs/dstorage_queue_info1.md)
- [IDStorageQueueX2](/ko/reference/system/dstorage/interfaces/IDStorageQueueX2/idstoragequeuex2.md)
- [DirectStorage 개요](/ko/build/console-features/storage/directstorage/directstorage-overview.md)
- [IDStorageFactoryX2::CreateQueue1](/ko/reference/system/dstorage/interfaces/IDStorageFactoryX2/methods/idstoragefactoryx_createqueue1.md)
- [DStorage](/ko/reference/system/dstorage/dstorage_members.md)
