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

# XStoreProductKind

> XStoreProductKind

# XStoreProductKind

제품 유형을 나타냅니다.

## 구문

```cpp theme={null}
enum class XStoreProductKind  : uint32_t  
{  
    None = 0x00,  
    Consumable = 0x01,  
    Durable = 0x02,  
    Game = 0x04,  
    Pass = 0x08,  
    UnmanagedConsumable = 0x10,  
}  
```

## 상수

| 상수                  | 설명                              |
| ------------------- | ------------------------------- |
| None                | 제품 유형 없음.                       |
| Consumable          | Store 관리 소비성 제품(수량이 있음).        |
| Durable             | 내구성 제품.                         |
| Game                | 기본 게임 제품.                       |
| Pass                | XBOX Game Pass와 같은 Store 관리 구독. |
| UnmanagedConsumable | 개발자 관리 소비성 제품(재구매 전에 이행 필요)     |

## 설명

**XStoreProductKind**는 특정 유형의 제품에 대한 정보를 얻기 위해 많은 XStore 쿼리의 필터로 사용됩니다.
**XStoreProductKind**는 또한 스토어 제품을 설명하는 [XStoreProduct](/reference/system/xstore/structs/xstoreproduct) 구조체의 멤버입니다.
**XStoreProductKind**는 플래그 열거형이며 여러 유형의 제품을 한 번에 나타내도록 값을 결합할 수 있습니다.

추가 기능 번들은 `Durable` 유형이지만, 게임 번들(게임과 동일한 수준에서 생성되는 번들)은 `Game` 유형입니다.

`Pass`는 개발자 파트너 관리자 또는 Microsoft 담당자를 통해 만들고 관리하는 Store 관리 구독을 나타냅니다.
Store 관리 구독은 추가 기능 구독과 다릅니다.
추가 기능 구독은 파트너 센터의 게임 추가 기능 페이지에서 구성됩니다.

## 요구 사항

**헤더:** XStore.h(XGameRuntime.h에 포함됨)

**지원 플랫폼:** Windows, XBOX One 콘솔 및 XBOX Series 콘솔

## 참고 항목

[XStore](/reference/system/xstore/xstore_members)\
[XStoreQueryAssociatedProductsAsync](/reference/system/xstore/functions/xstorequeryassociatedproductsasync)\
[XStoreQueryEntitledProductsAsync](/reference/system/xstore/functions/xstorequeryentitledproductsasync)\
[XStoreQueryProductForPackageAsync](/reference/system/xstore/functions/xstorequeryproductforpackageasync)\
[XStoreQueryProductsAsync](/reference/system/xstore/functions/xstorequeryproductsasync)\
[XStoreProduct](/reference/system/xstore/structs/xstoreproduct)


## Related topics

- [XStoreShowAssociatedProductsUIAsync](/ko/reference/system/xstore/functions/xstoreshowassociatedproductsuiasync.md)
- [XStore](/ko/reference/system/xstore/xstore_members.md)
- [XStoreQueryProductForPackageAsync](/ko/reference/system/xstore/functions/xstorequeryproductforpackageasync.md)
- [XStoreProduct](/ko/reference/system/xstore/structs/xstoreproduct.md)
- [XStoreQueryProductsAsync](/ko/reference/system/xstore/functions/xstorequeryproductsasync.md)
