XPackageFeatureEnumerationCallback
The callback used by XPackageEnumerateFeatures to enumerate each feature.Syntax
Parameters
context _In_Type: void* The context passed to XPackageEnumerateFeatures when enumeration of the features was initiated. feature _In_
Type: XPackageFeature* Pointer to an XPackageFeature structure describing the feature.
Return value
Type: bool Return true to continue enumerating packages, or false to stop the enumeration.Remarks
This callback function enumerates the features defined in the package’s layout.xml. A prominent feature defined in the package’s layout file is thedisplayName. The displayName is shown in
the Shell manage page for the game. For information about the packaging technology used with XBOX
One titles, see Overview of Packaging.
Requirements
Header: XPackage.h Supported Platforms: Windows, XBOX One family consoles and XBOX Series consolesSee also
XPackageEnumerateFeaturesXPackageFeature
XPackage
