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

# PFUserTitleInfo

> PFUserTitleInfo データ モデル。

PFUserTitleInfo データ モデル。

## 構文

```cpp theme={null}
typedef struct PFUserTitleInfo {  
    const char* avatarUrl;  
    time_t created;  
    const char* displayName;  
    time_t const* firstLogin;  
    bool const* isBanned;  
    time_t const* lastLogin;  
    PFUserOrigination const* origination;  
    PFEntityKey const* titlePlayerAccount;  
} PFUserTitleInfo;  
```

### メンバー

**`avatarUrl`**   const char\*\
*null 終端*

(オプション) プレイヤーのアバターへの URL。

**`created`**   time\_t

ユーザーがこのゲームに最初に関連付けられた日時を示すタイムスタンプ (ユーザーが PlayFab に最初に登録された日時とは大きく異なる場合があります)。

**`displayName`**   const char\*\
*null 終端*

(オプション) ゲーム内で表示されるユーザーの名前。

**`firstLogin`**   time\_t const\*\
*nullptr の場合あり*

(オプション) ユーザーが最初にこのゲームにサインインした日時を示すタイムスタンプ (Created タイムスタンプとは異なる場合があります。たとえば、ユーザーへのベータ キーの発行など、その他のイベントによってタイトルがユーザーに関連付けられる場合があるためです)。

**`isBanned`**   bool const\*\
*nullptr の場合あり*

(オプション) ユーザーが現在、タイトルで禁止されているかどうかを示すブール値。

**`lastLogin`**   time\_t const\*\
*nullptr の場合あり*

(オプション) このタイトルへのユーザーの最終ログインのタイムスタンプ。

**`origination`**   [PFUserOrigination](/services/playfab/api-references/c/pftypes/enums/pfuserorigination) const\*\
*nullptr の場合あり*

(オプション) 判明している場合、ユーザーが最初にゲームに参加した経路。

**`titlePlayerAccount`**   [PFEntityKey](/services/playfab/api-references/c/pftypes/structs/pfentitykey-c) const\*\
*nullptr の場合あり*

(オプション) このユーザーのタイトル プレイヤー アカウント エンティティ。

## 要件

**ヘッダー:** PFTypes.h

## 関連項目

[PFTypes のメンバー](/services/playfab/api-references/c/pftypes/pftypes_members)


## Related topics

- [PFUserAccountInfo](/ja-jp/services/playfab/api-references/c/pftypes/structs/pfuseraccountinfo.md)
- [Services C API overview - PFTypes.h](/ja-jp/services/playfab/api-references/c/pftypes/pftypes_members.md)
- [PFUserSteamInfo](/ja-jp/services/playfab/api-references/c/pftypes/structs/pfusersteaminfo.md)
- [PFAccountManagementServerGetUserAccountInfoAsync](/ja-jp/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementservergetuseraccountinfoasync.md)
- [XBOX 認定の概要](/ja-jp/publishing/certification/overview.md)
