XPackageInstallationProgressCallback
A callback used by XPackageRegisterInstallationProgressChanged.Syntax
Parameters
context _In_Type: void* The context passed to XPackageRegisterInstallationProgressChanged. monitor _In_
Type: XPackageInstallationMonitorHandle An installation monitor for an installation.
Return value
Type: voidRemarks
PackageInstallationProgressCallback will be called at the cadence specified during the registration for the ProgressChanged notification. A game can implement a launch marker, so it can be run before it’s installed completely. The game will need to know which parts are installed and which are not. In the following example, the game needs to know when the chunks associated with a racetrack with the specified track name are installed:Requirements
Header: XPackage.h Library: xgameruntime.lib Supported platforms: Windows, XBOX One family consoles and XBOX Series consolesSee also
XPackageStreaming Installation and Intelligent Delivery
XPackageGetInstallationProgress
XPackageCreateInstallationMonitor
