> ## 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) 호출의 결과를 가져옵니다.

## 구문

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

### 매개 변수

*async*  \_Inout\_\
형식: XAsyncBlock \*

[XPackageMountWithUIAsync](/reference/system/xpackage/functions/xpackagemountwithuiasync) 호출에 사용된 XAsyncBlock입니다.

*mount*  \_Out\_\
형식: XPackageMountHandle \*

반환 시 탑재에 대한 핸들을 포함합니다.

### 반환 값

형식: HRESULT

HRESULT 성공 또는 오류 코드입니다.

## 요구 사항

**헤더:** XPackage.h

**라이브러리:** xgameruntime.lib

**지원 플랫폼:** Windows, XBOX One 제품군 콘솔 및 XBOX Series 콘솔

## 함께 보기

[XPackage 멤버](/reference/system/xpackage/xpackage_members)


## Related topics

- [XPackageMountWithUiAsync](/ko/reference/system/xpackage/functions/xpackagemountwithuiasync.md)
- [XPackage](/ko/reference/system/xpackage/xpackage_members.md)
- [GDK용 Unity C# API 래퍼](/ko/build/gdk-and-engines/unity/unity-api-wrappers.md)
- [[DEPRECATED] XPackageMount](/ko/reference/system/xpackage/functions/xpackagemount.md)
- [XPackageCloseMountHandle](/ko/reference/system/xpackage/functions/xpackageclosemounthandle.md)
