XPackageInstalledCallback
A user-defined callback used by the XPackageRegisterPackageInstalled function.Syntax
Parameters
context _In_Type: void* The context passed to the XPackageRegisterPackageInstalled function. details _In_
Type: XPackageDetails* Contains details about the package installation.
Return value
Type: void Returns a pointer to the package installation details.Remarks
TheXPackageInstalledCallback function is used to determine when a new package is completely installed. The following code example prints a message when a new downloadable content (DLC) package is installed.
Requirements
Header: XPackage.h Library: xgameruntime.lib Supported platforms: Windows, XBOX One family consoles and XBOX Series consolesSee also
How to create and use Downloadable Content Packages (DLC) for PC and XBOX OneXPackage
