XStorePackageUpdate
Describes a package update.
Syntax
typedef struct XStorePackageUpdate {
char packageIdentifier[XPACKAGE_IDENTIFIER_MAX_LENGTH];
bool isMandatory;
} XStorePackageUpdate
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
See also
XStore
XStoreQueryGameAndDlcPackageUpdatesAsync
XStoreQueryGameAndDlcPackageUpdatesResult