Skip to main content

XPackageInstallChunksResult

Retrieves the result of a call to XPackageInstallChunksAsync.

Syntax

Parameters

asyncBlock   _Inout_
Type: XAsyncBlock*
The XAsyncBlock passed to XPackageInstallChunksAsync. installationMonitor   _Out_
Type: XPackageInstallationMonitorHandle*
On return, contains an installation monitor for the installation.

Return value

Type: HRESULT HRESULT success or error code.

Remarks

XPackageInstallChunks has an async variant. Installation of chunks might involve prompting the user to accept the download size. This example shows how BigMaps are installed by using the asynchronous APIs:

Requirements

Header: XPackage.h Library: xgameruntime.lib Supported platforms: Windows, XBOX One family consoles and XBOX Series consoles

Conceptual documentation

See also

XPackage
Streaming Installation and Intelligent Delivery
XPackageInstallChunks
Last modified on August 20, 2026