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

# XStoreCanLicenseStatus

> XStoreCanLicenseStatus

# XStoreCanLicenseStatus

사용자가 패키지에 대해 라이선스를 받을 수 있는지 여부를 나타냅니다.

## 구문

```cpp theme={null}
enum class XStoreCanLicenseStatus  : uint32_t  
{  
    NotLicensableToUser = 0,  
    Licensable = 1,  
    LicenseActionNotApplicableToProduct = 2,
}  
```

## 상수

| 상수                                  | 설명                           |
| ----------------------------------- | ---------------------------- |
| NotLicensableToUser                 | 패키지는 사용자에게 라이선스를 부여할 수 없습니다. |
| Licensable                          | 패키지는 사용자에게 라이선스를 부여할 수 있습니다. |
| LicenseActionNotApplicableToProduct | 제품은 개별적으로 라이선스를 부여할 수 없습니다.  |

## 설명

이 열거형은 [XStoreCanAcquireLicenseForStoreIdAsync](/reference/system/xstore/functions/xstorecanacquirelicenseforstoreidasync) 또는 [XStoreCanAcquireLicenseForPackageAsync](/reference/system/xstore/functions/xstorecanacquirelicenseforpackageasync) 호출의 결과로 패키지에 라이선스를 부여할 수 있는지 여부를 나타냅니다. 라이선스 가능 상태는 해당 반환 함수의 결과로 찾을 수 있습니다. **XStoreCanLicenseStatus**는 [XStoreCanAcquireLicenseResult](/reference/system/xstore/structs/xstorecanacquirelicenseresult) 구조체의 멤버입니다.

## 요구 사항

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

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

## 참고 항목

[XStore](/reference/system/xstore/xstore_members)\
[XStoreCanAcquireLicenseResult](/reference/system/xstore/structs/xstorecanacquirelicenseresult)\
[XStoreCanAcquireLicenseForPackageAsync](/reference/system/xstore/functions/xstorecanacquirelicenseforpackageasync)\
[XStoreCanAcquireLicenseForStoreIdAsync](/reference/system/xstore/functions/xstorecanacquirelicenseforstoreidasync)


## Related topics

- [XStoreCanAcquireLicenseResult](/ko/reference/system/xstore/structs/xstorecanacquirelicenseresult.md)
- [XStore](/ko/reference/system/xstore/xstore_members.md)
- [플레이어에게 추가 기능 콘텐츠 액세스 부여](/ko/publishing/xstore-commerce/xstore-granting-access.md)
- [XStoreCanAcquireLicenseForStoreIdAsync](/ko/reference/system/xstore/functions/xstorecanacquirelicenseforstoreidasync.md)
- [XStoreCanAcquireLicenseForStoreIdResult](/ko/reference/system/xstore/functions/xstorecanacquirelicenseforstoreidresult.md)
