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

> DSTORAGE_QUEUE_INFO

# DSTORAGE\_QUEUE\_INFO

DirectStorage 큐의 속성과 현재 상태입니다.

## 구문

```cpp theme={null}
struct DSTORAGE_QUEUE_INFO {  
    DSTORAGE_QUEUE_DESC Desc;
    UINT16 EmptySlotCount;
    UINT16 RequestCountUntilAutoSubmit;
}  
```

### 멤버

*Desc*\
형식: DSTORAGE\_QUEUE\_DESC

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

*EmptySlotCount*\
형식: UINT16

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

*RequestCountUntilAutoSubmit*\
형식: UINT16

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

## 설명

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

큐가 비어 있으면 *EmptySlotCount*는 capacity - 1과 같습니다. 예약된 슬롯은 비어 있는 경우와 가득 찬 경우를 구분합니다.

## 요구 사항

**헤더:** dstorage\_xs.h

**지원되는 플랫폼:** XBOX Series 콘솔

## 함께 보기

[IDStorageQueueX::Query](/reference/system/dstorage/interfaces/IDStorageQueueX/methods/idstoragequeuex_query)\
[DStorage](/reference/system/dstorage/dstorage_members)


## Related topics

- [DSTORAGE_QUEUE_DESC](/ko/reference/system/dstorage/structs/dstorage_queue_desc.md)
- [IDStorageQueueX::Query](/ko/reference/system/dstorage/interfaces/IDStorageQueueX/methods/idstoragequeuex_query.md)
- [DStorage](/ko/reference/system/dstorage/dstorage_members.md)
- [DSTORAGE_REQUEST_SOURCE_TYPE](/ko/reference/system/dstorage/enums/dstorage_request_source_type.md)
- [DSTORAGE_QUEUE_INFO1](/ko/reference/system/dstorage/structs/dstorage_queue_info1.md)
