> ## 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.

# [EN DESUSO] XPackageMount

> [EN DESUSO] XPackageMount

# \[EN DESUSO] XPackageMount

<Note>Esta función ahora está en desuso. Use [XPackageMountWithUiAsync](/reference/system/xpackage/functions/xpackagemountwithuiasync) en su lugar.</Note>

Monta la instalación del contenido especificado y devuelve un identificador de montaje para ella.

## Sintaxis

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

## Requisitos

**Encabezado:** XPackage.h

**Biblioteca:** xgameruntime.lib

**Plataformas compatibles:** Windows, consolas de la familia XBOX One y consolas XBOX Series

## Documentación conceptual

* [Paquetes de contenido descargable (DLC) del GDK](/build/core-features/common/packaging/packaging-downloadable-content-dlc)
* [Almacenamiento local en la consola XBOX](/build/console-features/storage/local-storage)
* [Subprocesos sensibles al tiempo](https://learn.microsoft.com/gaming/gdk/docs/gdk-dev/console-dev/overviews/threads/time-sensitive-threads)

## Consulte también

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


## Related topics

- [Elemento de MicrosoftGame.config - EnableWritesToPackageRoot (EN DESUSO)](/es/reference/system/microsoftgameconfig/elements/microsoftgameconfig-element-enablewritestopackageroot.md)
- [Constantes de plantilla de sesión](/es/services/xbox-services/multiplayer/mpsd/concepts/live-session-template-constants.md)
- [XPackageMountWithUiResult](/es/reference/system/xpackage/functions/xpackagemountwithuiresult.md)
- [XPackageMountWithUiAsync](/es/reference/system/xpackage/functions/xpackagemountwithuiasync.md)
- [XPackageCloseMountHandle](/es/reference/system/xpackage/functions/xpackageclosemounthandle.md)
