XPackageGetMountPath
Gets the path to a mounted installation.Syntax
Parameters
mount _In_Type: XPackageMountHandle The handle to the mount. pathSize _In_
Type: size_t Size of the path parameter, in bytes. Use XPackageGetMountPathSize to determine the required path size. path _Out_writes_(pathSize)
Type: char* The path to the mounted installation.
Return value
Type: HRESULT HRESULT success or error code.Remarks
This function isn’t safe to call on a time-sensitive thread. For more information, see Time-sensitive threads.
Requirements
Header: XPackage.h Library: xgameruntime.lib Supported platforms: Windows, XBOX One family consoles and XBOX Series consolesConceptual documentation
See also
XPackageHow to create and use Downloadable Content Packages (DLC) for PC and XBOX One XPackageGetMountPathSize
