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

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

<a id="syntaxSection" />

## Sintaxis

```cpp theme={null}
HRESULT XStoreShowAssociatedProductsUIResult(
         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 productos.

<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 la estructura [XAsyncBlock](/reference/system/xasync/structs/xasyncblock) para sondear el estado de la llamada a la función y para recuperar el resultado.

Para ver el conjunto de complementos disponibles asociados a su título, llame a [XStoreShowAssociatedProductsUIAsync](/reference/system/xstore/functions/xstoreshowassociatedproductsuiasync).

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

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


## Related topics

- [XStoreShowProductPageUIResult](/es/reference/system/xstore/functions/xstoreshowproductpageuiresult.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)
- [XStoreShowAssociatedProductsUIAsync](/es/reference/system/xstore/functions/xstoreshowassociatedproductsuiasync.md)
- [XStoreQueryAssociatedProductsResult](/es/reference/system/xstore/functions/xstorequeryassociatedproductsresult.md)
