> ## 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>この関数は非推奨になりました。代わりに [XPackageMountWithUiAsync](/reference/system/xpackage/functions/xpackagemountwithuiasync) を使用してください。</Note>

指定されたコンテンツのインストールをマウントし、そのマウント ハンドルを返します。

## Syntax

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

## Requirements

**ヘッダー:** XPackage.h

**ライブラリ:** xgameruntime.lib

**サポートされているプラットフォーム:** Windows、XBOX One ファミリー本体および XBOX Series 本体

## Conceptual documentation

* [GDK ダウンロード可能コンテンツ (DLC) パッケージ](/build/core-features/common/packaging/packaging-downloadable-content-dlc)
* [XBOX 本体のローカル ストレージ](/build/console-features/storage/local-storage)
* [タイム センシティブ スレッド](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](/ja-jp/reference/system/xpackage/functions/xpackagemountwithuiasync.md)
- [XPackageMountWithUiResult](/ja-jp/reference/system/xpackage/functions/xpackagemountwithuiresult.md)
- [XPackageCloseMountHandle](/ja-jp/reference/system/xpackage/functions/xpackageclosemounthandle.md)
- [GDK のダウンロード可能コンテンツ (DLC) パッケージ](/ja-jp/build/core-features/common/packaging/packaging-downloadable-content-dlc.md)
- [XPackageGetMountPath](/ja-jp/reference/system/xpackage/functions/xpackagegetmountpath.md)
