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

# XPackageMountWithUiResult

> XPackageMountWithUiResult

# XPackageMountWithUiResult

[XPackageMountWithUIAsync](/reference/system/xpackage/functions/xpackagemountwithuiasync) の呼び出し結果を取得します。

## Syntax

```cpp theme={null}
HRESULT XPackageMountWithUiResult(
  XAsyncBlock * async,
  XPackageMountHandle * mount
) noexcept;
```

### Parameters

*async*  \_Inout\_\
型: XAsyncBlock \*

[XPackageMountWithUIAsync](/reference/system/xpackage/functions/xpackagemountwithuiasync) の呼び出しで使用された XAsyncBlock。

*mount*  \_Out\_\
型: XPackageMountHandle \*

戻り時、マウントへのハンドルを含みます。

### Return value

型: HRESULT

HRESULT の成功またはエラー コード。

## Requirements

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

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

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

## See also

[XPackage members](/reference/system/xpackage/xpackage_members)


## Related topics

- [XPackageMountWithUiAsync](/ja-jp/reference/system/xpackage/functions/xpackagemountwithuiasync.md)
- [XPackage](/ja-jp/reference/system/xpackage/xpackage_members.md)
- [GDK 向け Unity C# API ラッパー](/ja-jp/build/gdk-and-engines/unity/unity-api-wrappers.md)
- [[DEPRECATED] XPackageMount](/ja-jp/reference/system/xpackage/functions/xpackagemount.md)
- [XPackageCloseMountHandle](/ja-jp/reference/system/xpackage/functions/xpackageclosemounthandle.md)
