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

사용자가 타이틀을 플레이했는지 여부에 대한 데이터입니다.

## Syntax

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

### Members

*hasUserPlayed*\
Type: bool

사용자가 이 타이틀을 플레이했는지 여부입니다.

*lastTimeUserPlayed*\
Type: time\_t

사용자가 마지막으로 플레이한 시간입니다.

## Member of

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

## Requirements

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

## See also

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


## Related topics

- [XblSocialManagerUser](/ko/reference/live/xsapi-c/social_manager_c/structs/xblsocialmanageruser.md)
- [XblPresenceFilter](/ko/reference/live/xsapi-c/social_manager_c/enums/xblpresencefilter.md)
- [XblSocialManagerExtraDetailLevel](/ko/reference/live/xsapi-c/social_manager_c/enums/xblsocialmanagerextradetaillevel.md)
- [XBOX Requirements (XR) 인증 참조](/ko/publishing/certification/xbox-requirements.md)
- [PlayStreamEventHistory](/ko/services/playfab/api-references/events/data-types/playstreameventhistory.md)
