> ## 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*\
형식: DSTORAGE\_QUEUE\_DESC1

큐 생성에 사용된 [DSTORAGE\_QUEUE\_DESC1](/reference/system/dstorage/structs/dstorage_queue_desc1) 구조체입니다.

*EmptySlotCount*\
형식: UINT16

사용 가능한 빈 슬롯의 수입니다. 큐가 비어 있으면 빈 슬롯 수는 capacity - 1과 같습니다. 예약된 슬롯은 비어 있는 경우와 가득 찬 경우를 구분합니다.

*RequestCountUntilAutoSubmit*\
형식: UINT16

자동 제출을 트리거하기 위해 큐에 등록해야 하는 항목 수입니다.

## 설명

이 구조체는 [IDStorageQueueX2::Query1](/reference/system/dstorage/interfaces/IDStorageQueueX2/methods/idstoragequeuex_query1) 메서드에서 사용됩니다.

큐가 비어 있으면 *EmptySlotCount*는 capacity - 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](/ko/reference/system/dstorage/interfaces/IDStorageQueueX2/methods/idstoragequeuex_query1.md)
- [DSTORAGE_QUEUE_DESC1](/ko/reference/system/dstorage/structs/dstorage_queue_desc1.md)
- [DSTORAGE_QUEUE_OPTIONS](/ko/reference/system/dstorage/structs/dstorage_queue_options.md)
- [DStorage](/ko/reference/system/dstorage/dstorage_members.md)
- [D3D12_RESOURCE_ALLOCATION_INFO1](/ko/reference/graphics/d3d12/structs/d3d12_resource_allocation_info1_public.md)
