> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# [DEPRECATED] XPackageMount

> [DEPRECATED] XPackageMount

# \[DEPRECATED] XPackageMount

<Note>This function is now deprecated. Use [XPackageMountWithUiAsync](/reference/system/xpackage/functions/xpackagemountwithuiasync) instead.</Note>

Mounts the installation of specified content, and returns a mount handle to it.

## Syntax

```cpp theme={null}
HRESULT XPackageMount(  
         const char* packageIdentifier,  
         XPackageMountHandle* mount  
)  
```

## Requirements

**Header:** XPackage.h

**Library:** xgameruntime.lib

**Supported platforms:** Windows, XBOX One family consoles and XBOX Series consoles

## Conceptual documentation

* [GDK downloadable content (DLC) packages](/build/core-features/common/packaging/packaging-downloadable-content-dlc)
* [Local storage on XBOX console](/build/console-features/storage/local-storage)
* [Time-sensitive threads](https://learn.microsoft.com/gaming/gdk/docs/gdk-dev/console-dev/overviews/threads/time-sensitive-threads)

## See also

[XPackageMountWithUiAsync](/reference/system/xpackage/functions/xpackagemountwithuiasync)


## Related topics

- [XPackageMountWithUiAsync](/reference/system/xpackage/functions/xpackagemountwithuiasync.md)
- [XPackageMountWithUiResult](/reference/system/xpackage/functions/xpackagemountwithuiresult.md)
- [XPackageCloseMountHandle](/reference/system/xpackage/functions/xpackageclosemounthandle.md)
- [XPackage](/reference/system/xpackage/xpackage_members.md)
- [GDK downloadable content (DLC) packages](/build/core-features/common/packaging/packaging-downloadable-content-dlc.md)
