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

Obtiene el resultado de una llamada a [XStoreShowProductPageUIAsync](/reference/system/xstore/functions/xstoreshowproductpageuiasync).

<a id="syntaxSection" />

## Sintaxis

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

<a id="parametersSection" />

### Parámetros

*async*   \_Inout\_\
Tipo: XAsyncBlock\*

Un objeto [XAsyncBlock](/reference/system/xasync/structs/xasyncblock) que, cuando se completa la llamada, contiene el resultado de la interfaz de usuario de la página del producto.

<a id="retvalSection" />

### Valor devuelto

Tipo: HRESULT

Devuelve **S\_OK** si se ejecuta correctamente; de lo contrario, devuelve un código de error.

<a id="remarksSection" />

## Comentarios

Puede usar el objeto [XAsyncBlock](/reference/system/xasync/structs/xasyncblock) para sondear el estado de la llamada a la función y para recuperar el resultado.

Para obtener el resultado de una llamada a `XStoreDownloadAndInstallPackagesAsync`, llame a [XStoreDownloadAndInstallPackagesResult](/reference/system/xstore/functions/xstoredownloadandinstallpackagesresult).

Para obtener el número de elementos del resultado que devuelve `XStoreDownloadAndInstallPackagesResult`, llame a [XStoreDownloadAndInstallPackagesResultCount](/reference/system/xstore/functions/xstoredownloadandinstallpackagesresultcount).

<a id="requirementsSection" />

## Requisitos

**Encabezado:** XStore.h

**Plataformas compatibles**: Windows, consolas de la familia XBOX One y consolas XBOX Series

<a id="seealsoSection" />

## Consulte también

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


## Related topics

- [XStoreShowAssociatedProductsUIResult](/es/reference/system/xstore/functions/xstoreshowassociatedproductsuiresult.md)
- [XStore](/es/reference/system/xstore/xstore_members.md)
- [Contenedores de API de C# de Unity para el GDK](/es/build/gdk-and-engines/unity/unity-api-wrappers.md)
- [XStoreShowProductPageUIAsync](/es/reference/system/xstore/functions/xstoreshowproductpageuiasync.md)
- [XStoreProductsQueryNextPageResult](/es/reference/system/xstore/functions/xstoreproductsquerynextpageresult.md)
