> ## 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" />

## Syntax

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

<a id="parametersSection" />

### Parameters

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

呼び出しが完了したときに、製品 UI の結果が格納される [XAsyncBlock](/reference/system/xasync/structs/xasyncblock) オブジェクト。

<a id="retvalSection" />

### Return value

型: HRESULT

成功した場合は **S\_OK**、それ以外の場合はエラー コードを返します。

<a id="remarksSection" />

## Remarks

[XAsyncBlock](/reference/system/xasync/structs/xasyncblock) 構造体を使用して関数呼び出しの状態をポーリングしたり、結果を取得したりできます。

タイトルに関連付けられた利用可能なアドオンのセットを確認するには、[XStoreShowAssociatedProductsUIAsync](/reference/system/xstore/functions/xstoreshowassociatedproductsuiasync) を呼び出します。

`XStoreDownloadAndInstallPackagesAsync` の呼び出し結果を取得するには、[XStoreDownloadAndInstallPackagesResult](/reference/system/xstore/functions/xstoredownloadandinstallpackagesresult) を呼び出します。

<a id="requirementsSection" />

## Requirements

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

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

<a id="seealsoSection" />

## See also

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


## Related topics

- [XStoreShowProductPageUIResult](/ja-jp/reference/system/xstore/functions/xstoreshowproductpageuiresult.md)
- [XStore](/ja-jp/reference/system/xstore/xstore_members.md)
- [GDK 向け Unity C# API ラッパー](/ja-jp/build/gdk-and-engines/unity/unity-api-wrappers.md)
- [XStoreShowAssociatedProductsUIAsync](/ja-jp/reference/system/xstore/functions/xstoreshowassociatedproductsuiasync.md)
- [XStoreQueryAssociatedProductsResult](/ja-jp/reference/system/xstore/functions/xstorequeryassociatedproductsresult.md)
