XPackageKind
Indicates the type of the installation package.
Syntax
enum class XPackageKind : uint32_t
{
Game,
Content
}
Constants
Constant | Description |
---|---|
Game | The installation package contains a game. |
Content | The installation package contains downloadable content. |
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. For information about the steps to create an XVC package, see Getting started packaging titles for Xbox consoles.
Requirements
Header: XPackage.h
Supported platforms: Windows, Xbox One family consoles and Xbox Series consoles
See also
How to create and use Downloadable Content Packages (DLC) for PC and Xbox One
XPackage