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

# XblProfileGetUserProfileResult

> XblProfileGetUserProfileResult

# XblProfileGetUserProfileResult

Obtiene el resultado de una operación XblProfileGetUserProfileAsync completada.

## Sintaxis

```cpp theme={null}
HRESULT XblProfileGetUserProfileResult(  
         XAsyncBlock* async,  
         XblUserProfile* profile  
)  
```

### Parámetros

*async*   \_In\_\
Tipo: XAsyncBlock\*

El mismo AsyncBlock que se pasó a XblProfileGetUserProfileAsync.

*profile*   \_Out\_\
Tipo: [XblUserProfile\*](/reference/live/xsapi-c/profile_c/structs/xbluserprofile)

Un objeto de perfil asignado por el autor de la llamada en el que se escribe el resultado.

### Valor devuelto

Tipo: HRESULT

Código de retorno HRESULT de esta operación de API.

## Requisitos

**Encabezado:** profile\_c.h

**Biblioteca:** Microsoft.Xbox.Services.14x.GDK.C.lib

## Consulte también

[profile\_c](/reference/live/xsapi-c/profile_c/profile_c_members)


## Related topics

- [XblUserProfile](/es/reference/live/xsapi-c/profile_c/structs/xbluserprofile.md)
- [XblProfileGetUserProfileAsync](/es/reference/live/xsapi-c/profile_c/functions/xblprofilegetuserprofileasync.md)
- [Realizar llamadas asincrónicas en la API de C de XSAPI](/es/services/xbox-services/fundamentals/xbox-services-api/live-flatc-async-patterns.md)
- [XblProfileGetUserProfilesResult](/es/reference/live/xsapi-c/profile_c/functions/xblprofilegetuserprofilesresult.md)
- [XblProfileGetUserProfilesResultCount](/es/reference/live/xsapi-c/profile_c/functions/xblprofilegetuserprofilesresultcount.md)
