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

# XStoreShowProductPageUIResult

> XStoreShowProductPageUIResult

# XStoreShowProductPageUIResult

[XStoreShowProductPageUIAsync](/reference/system/xstore/functions/xstoreshowproductpageuiasync) の呼び出し結果を取得します。

<a id="syntaxSection" />

## Syntax

```cpp theme={null}
HRESULT XStoreShowProductPageUIResult(
         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) オブジェクトを使用して関数呼び出しの状態をポーリングしたり、結果を取得したりできます。

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

`XStoreDownloadAndInstallPackagesResult` によって返される結果内の項目数を取得するには、[XStoreDownloadAndInstallPackagesResultCount](/reference/system/xstore/functions/xstoredownloadandinstallpackagesresultcount) を呼び出します。

<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)\
[XStoreShowAssociatedProductsUIResult](/reference/system/xstore/functions/xstoreshowassociatedproductsuiresult)


## Related topics

- [XStoreShowAssociatedProductsUIResult](/ja-jp/reference/system/xstore/functions/xstoreshowassociatedproductsuiresult.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)
- [XStoreShowProductPageUIAsync](/ja-jp/reference/system/xstore/functions/xstoreshowproductpageuiasync.md)
- [XStoreProductsQueryNextPageResult](/ja-jp/reference/system/xstore/functions/xstoreproductsquerynextpageresult.md)
