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

# XGameUiShowPlayerProfileCardResult

> XGameUiShowPlayerProfileCardResult

# XGameUiShowPlayerProfileCardResult

Obtiene el resultado de una llamada a [XGameUiShowPlayerProfileCardAsync](/reference/system/xgameui/functions/xgameuishowplayerprofilecardasync).

<a id="syntaxSection" />

## Sintaxis

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

<a id="parametersSection" />

### Parámetros

*async*   \_In\_\
Tipo: [XAsyncBlock](/reference/system/xasync/structs/xasyncblock)\*

Un puntero al objeto [XAsyncBlock](/reference/system/xasync/structs/xasyncblock) que se pasó a [XGameUiShowPlayerProfileCardAsync](/reference/system/xgameui/functions/xgameuishowplayerprofilecardasync).

<a id="retvalSection" />

### Valor devuelto

Tipo: HRESULT

HRESULT de éxito o código de error.

<a id="remarksSection" />

## Comentarios

Normalmente, se especifica esta función en [XAsyncBlock](/reference/system/xasync/structs/xasyncblock) como la función de devolución de llamada para [XGameUiShowPlayerProfileCardAsync](/reference/system/xgameui/functions/xgameuishowplayerprofilecardasync).

También puede recuperar el resultado llamando a esta función después de que `XGameUiShowPlayerProfileCardAsync` se complete.

<a id="requirementsSection" />

## Requisitos

**Encabezado:** XGameUI.h

**Biblioteca:** xgameruntime.lib

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

<a id="seealsoSection" />

## Consulte también

[XGameUI](/reference/system/xgameui/xgameui_members)


## Related topics

- [XGameUI](/es/reference/system/xgameui/xgameui_members.md)
- [XGameUiShowPlayerProfileCardAsync](/es/reference/system/xgameui/functions/xgameuishowplayerprofilecardasync.md)
- [XGameUiShowPlayerProfileCardUiCallback](/es/reference/system/xgameui/functions/xgameuishowplayerprofilecarduicallback.md)
- [XGameUiSetPlayerProfileCardUiResponse](/es/reference/system/xgameui/functions/xgameuisetplayerprofilecarduiresponse.md)
- [XGameUiShowPlayerPickerResult](/es/reference/system/xgameui/functions/xgameuishowplayerpickerresult.md)
