Skip to main content

XStorePackageUpdate

Describes a package update.

Syntax

Members

packageIdentifier
Type: char[XPACKAGE_IDENTIFIER_MAX_LENGTH]
A string that uniquely identifies a store package. For more information about package identifiers, see Manage and license downloadable content (DLC). isMandatory
Type: bool
Indicates if the update is mandatory.

Remarks

To retrieve the list of available updates call XStoreQueryGameAndDlcPackageUpdatesAsync. The available updates will be returned in XStoreQueryGameAndDlcPackageUpdatesResult. XStoreQueryGameAndDlcPackageUpdatesResult has a return parameter that is a list of XStorePackageUpdate objects.

Requirements

Header: XStore.h (included in XGameRuntime.h) Supported platforms: Windows, XBOX One family consoles and XBOX Series consoles

Conceptual documentation

See also

XStore
XStoreQueryGameAndDlcPackageUpdatesAsync
XStoreQueryGameAndDlcPackageUpdatesResult
Last modified on August 20, 2026