XPackageIsPackagedProcess
Returns a Boolean that indicates whether the current process has an installation identity.Syntax
Parameters
None.Return value
Type: bool If the process has an installation identity, it returns true. Otherwise, it returns false.Remarks
You can determine whether a game is fully installed. The following code example works for packaged MSICVC games and for loose deployments. The return valuebool *isInstalled is set to true if the game is fully installed.
Requirements
Header: XPackage.h Library: xgameruntime.lib Supported platforms: Windows, XBOX One family consoles and XBOX Series consolesConceptual documentation
See also
Overview of PackagingStreaming Installation and Intelligent Delivery
XPackage
