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

# XStoreShowAssociatedProductsUIResult

> XStoreShowAssociatedProductsUIResult

# XStoreShowAssociatedProductsUIResult

[XStoreShowAssociatedProductsUIAsync](/reference/system/xstore/functions/xstoreshowassociatedproductsuiasync) 호출의 결과를 가져옵니다.

<a id="syntaxSection" />

## 구문

```cpp theme={null}
HRESULT XStoreShowAssociatedProductsUIResult(
         XAsyncBlock* async
)
```

<a id="parametersSection" />

### 매개 변수

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

호출이 완료될 때 제품 UI 결과를 포함하는 [XAsyncBlock](/reference/system/xasync/structs/xasyncblock) 객체입니다.

<a id="retvalSection" />

### 반환 값

형식: HRESULT

성공 시 **S\_OK**를 반환하고, 그렇지 않으면 오류 코드를 반환합니다.

<a id="remarksSection" />

## 설명

[XAsyncBlock](/reference/system/xasync/structs/xasyncblock) 구조체를 사용하여 함수 호출 상태를 폴링하고 결과를 검색할 수 있습니다.

타이틀과 관련된 사용 가능한 추가 기능 세트를 보려면 [XStoreShowAssociatedProductsUIAsync](/reference/system/xstore/functions/xstoreshowassociatedproductsuiasync)를 호출합니다.

`XStoreDownloadAndInstallPackagesAsync` 호출의 결과를 얻으려면 [XStoreDownloadAndInstallPackagesResult](/reference/system/xstore/functions/xstoredownloadandinstallpackagesresult)를 호출합니다.

<a id="requirementsSection" />

## 요구 사항

**헤더:** XStore.h

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

<a id="seealsoSection" />

## 참고 항목

[XStore](/reference/system/xstore/xstore_members)\
[XAsyncBlock](/reference/system/xasync/structs/xasyncblock)\
[XStoreShowProductPageUIResult](/reference/system/xstore/functions/xstoreshowproductpageuiresult)


## Related topics

- [XStoreShowProductPageUIResult](/ko/reference/system/xstore/functions/xstoreshowproductpageuiresult.md)
- [XStore](/ko/reference/system/xstore/xstore_members.md)
- [GDK용 Unity C# API 래퍼](/ko/build/gdk-and-engines/unity/unity-api-wrappers.md)
- [XStoreShowAssociatedProductsUIAsync](/ko/reference/system/xstore/functions/xstoreshowassociatedproductsuiasync.md)
- [XStoreQueryAssociatedProductsResult](/ko/reference/system/xstore/functions/xstorequeryassociatedproductsresult.md)
