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

ユーザーがタイトルをプレイしたかどうかに関するデータ。

## 構文

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

### メンバー

*hasUserPlayed*\
型: bool

ユーザーがこのタイトルをプレイしたことがあるかどうか。

*lastTimeUserPlayed*\
型: time\_t

ユーザーが最後にプレイした時刻。

## メンバー

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

## 要件

**ヘッダー:** social\_manager\_c.h

## 関連項目

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


## Related topics

- [XblSocialManagerUser](/ja-jp/reference/live/xsapi-c/social_manager_c/structs/xblsocialmanageruser.md)
- [XblPresenceFilter](/ja-jp/reference/live/xsapi-c/social_manager_c/enums/xblpresencefilter.md)
- [XblSocialManagerExtraDetailLevel](/ja-jp/reference/live/xsapi-c/social_manager_c/enums/xblsocialmanagerextradetaillevel.md)
- [PlayStreamEventHistory](/ja-jp/services/playfab/api-references/events/data-types/playstreameventhistory.md)
- [PFInventoryGetTransactionHistoryResponse](/ja-jp/services/playfab/api-references/c/pfinventorytypes/structs/pfinventorygettransactionhistoryresponse.md)
