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

Gets the result of a call to [XStoreShowProductPageUIAsync](/reference/system/xstore/functions/xstoreshowproductpageuiasync).

<a id="syntaxSection" />

## Syntax

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

<a id="parametersSection" />

### Parameters

*async*   \_Inout\_\
Type: XAsyncBlock\*

An [XAsyncBlock](/reference/system/xasync/structs/xasyncblock) object that when the call completes, contains the product page UI result.

<a id="retvalSection" />

### Return value

Type: HRESULT

Returns **S\_OK** upon success, or an error code otherwise.

<a id="remarksSection" />

## Remarks

You can use the [XAsyncBlock](/reference/system/xasync/structs/xasyncblock) object to poll for the function call status, and to retrieve the result.

To get the result of a call to `XStoreDownloadAndInstallPackagesAsync`, call [XStoreDownloadAndInstallPackagesResult](/reference/system/xstore/functions/xstoredownloadandinstallpackagesresult).

To get the number of items in the result that is returned by `XStoreDownloadAndInstallPackagesResult`, call [XStoreDownloadAndInstallPackagesResultCount](/reference/system/xstore/functions/xstoredownloadandinstallpackagesresultcount).

<a id="requirementsSection" />

## Requirements

**Header:** XStore.h

**Supported Platforms**: Windows, XBOX One family consoles and XBOX Series consoles

<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](/reference/system/xstore/functions/xstoreshowassociatedproductsuiresult.md)
- [XStore](/reference/system/xstore/xstore_members.md)
- [Unity C# API wrappers for the GDK](/build/gdk-and-engines/unity/unity-api-wrappers.md)
- [XStoreShowProductPageUIAsync](/reference/system/xstore/functions/xstoreshowproductpageuiasync.md)
- [XStoreProductsQueryNextPageResult](/reference/system/xstore/functions/xstoreproductsquerynextpageresult.md)
