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

# XblTitleHistory

> XblTitleHistory

# XblTitleHistory

Datos sobre si el usuario ha jugado al título.

## Sintaxis

```cpp theme={null}
typedef struct XblTitleHistory {  
    bool hasUserPlayed;  
    time_t lastTimeUserPlayed;  
} XblTitleHistory  
```

### Miembros

*hasUserPlayed*\
Tipo: bool

Indica si el usuario ha jugado a este título.

*lastTimeUserPlayed*\
Tipo: time\_t

La última vez que el usuario jugó.

## Miembro de

[XblSocialManagerUser](/reference/live/xsapi-c/social_manager_c/structs/xblsocialmanageruser)

## Requisitos

**Encabezado:** social\_manager\_c.h

## Consulte también

[social\_manager\_c](/reference/live/xsapi-c/social_manager_c/social_manager_c_members)


## Related topics

- [XblSocialManagerUser](/es/reference/live/xsapi-c/social_manager_c/structs/xblsocialmanageruser.md)
- [XblPresenceFilter](/es/reference/live/xsapi-c/social_manager_c/enums/xblpresencefilter.md)
- [XblSocialManagerExtraDetailLevel](/es/reference/live/xsapi-c/social_manager_c/enums/xblsocialmanagerextradetaillevel.md)
- [PlayStreamEventHistory](/es/services/playfab/api-references/events/data-types/playstreameventhistory.md)
- [XblPermission](/es/reference/live/xsapi-c/privacy_c/enums/xblpermission.md)
