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

# XPackageKind

> XPackageKind

# XPackageKind

Indicates the type of the installation package.

<a id="syntaxSection" />

## Syntax

```cpp theme={null}
enum class XPackageKind  : uint32_t  
{  
    Game,  
    Content  
}  
```

<a id="constantsSection" />

## Constants

| Constant | Description                                             |
| -------- | ------------------------------------------------------- |
| Game     | The installation package contains a game.               |
| Content  | The installation package contains downloadable content. |

<a id="remarksSection" />

## Remarks

The constants in this enumeration indicate the type of installation package used for a game and content. For information about the packaging technology used with XBOX One titles, see [Overview of Packaging](/build/core-features/common/packaging/overviews/packaging). For information about the steps to create an XVC package, see [Getting started packaging titles for XBOX consoles](/build/core-features/common/packaging/overviews/packaging-getting-started-for-console).

<a id="requirementsSection" />

## Requirements

**Header:** XPackage.h

**Supported platforms:** Windows, XBOX One family consoles and XBOX Series consoles

<a id="seealsoSection" />

## See also

[How to create and use Downloadable Content Packages (DLC) for PC and XBOX One](/build/core-features/common/packaging/packaging-downloadable-content-dlc)\
[XPackage](/reference/system/xpackage/xpackage_members)


## Related topics

- [XPackageEnumeratePackages](/reference/system/xpackage/functions/xpackageenumeratepackages.md)
- [XPackage](/reference/system/xpackage/xpackage_members.md)
- [XPackageDetails](/reference/system/xpackage/structs/xpackagedetails.md)
- [XStoreProductKind](/reference/system/xstore/enums/xstoreproductkind.md)
- [XStoreQueryProductForPackageAsync](/reference/system/xstore/functions/xstorequeryproductforpackageasync.md)
