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

# PFFriendsFriendInfo

> PFFriendsFriendInfo データ モデル。

PFFriendsFriendInfo データ モデル。

## 構文

```cpp theme={null}
typedef struct PFFriendsFriendInfo {  
    PFUserFacebookInfo const* facebookInfo;  
    const char* friendPlayFabId;  
    PFUserGameCenterInfo const* gameCenterInfo;  
    PFPlayerProfileModel const* profile;  
    PFUserPsnInfo const* PSNInfo;  
    PFUserSteamInfo const* steamInfo;  
    const char* const* tags;  
    uint32_t tagsCount;  
    const char* titleDisplayName;  
    const char* username;  
    PFUserXboxInfo const* xboxInfo;  
} PFFriendsFriendInfo;  
```

### メンバー

**`facebookInfo`**   [PFUserFacebookInfo](/services/playfab/api-references/c/pftypes/structs/pfuserfacebookinfo) const\*<br />*may be nullptr*

(省略可能) 利用可能な Facebook 情報 (ユーザーと接続されている Facebook フレンドの両方が同じタイトルに PlayFab アカウントを持っている場合)。

**`friendPlayFabId`**   const char\*<br />*is null-terminated*

(省略可能) このフレンドの PlayFab 一意識別子。

**`gameCenterInfo`**   [PFUserGameCenterInfo](/services/playfab/api-references/c/pftypes/structs/pfusergamecenterinfo) const\*<br />*may be nullptr*

(省略可能) 利用可能な Game Center 情報 (ユーザーと接続されている Game Center フレンドの両方が同じタイトルに PlayFab アカウントを持っている場合)。

**`profile`**   [PFPlayerProfileModel](/services/playfab/api-references/c/pftypes/structs/pfplayerprofilemodel) const\*<br />*may be nullptr*

(省略可能) リクエストされた場合の、ユーザーのプロファイル。

**`PSNInfo`**   [PFUserPsnInfo](/services/playfab/api-references/c/pftypes/structs/pfuserpsninfo) const\*<br />*may be nullptr*

(省略可能) 利用可能な PlayStation :tm: Network 情報。ユーザーと接続されている PlayStation :tm Network フレンドの両方が同じタイトルに PlayFab アカウントを持っている場合。

**`steamInfo`**   [PFUserSteamInfo](/services/playfab/api-references/c/pftypes/structs/pfusersteaminfo) const\*<br />*may be nullptr*

(省略可能) 利用可能な Steam 情報 (ユーザーと接続されている Steam フレンドの両方が同じタイトルに PlayFab アカウントを持っている場合)。

**`tags`**   const char\* const\*<br />*may be nullptr*

(省略可能) このフレンドに関連付けられているタグ。

**`tagsCount`**   uint32\_t

tags の数

**`titleDisplayName`**   const char\*<br />*is null-terminated*

(省略可能) このフレンドのタイトル固有の表示名。

**`username`**   const char\*<br />*is null-terminated*

(省略可能) このフレンドの PlayFab 一意ユーザー名。

**`xboxInfo`**   [PFUserXboxInfo](/services/playfab/api-references/c/pftypes/structs/pfuserxboxinfo) const\*<br />*may be nullptr*

(省略可能) 利用可能な XBOX 情報 (ユーザーと接続されている XBOX Live フレンドの両方が同じタイトルに PlayFab アカウントを持っている場合)。

## 要件

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

## 関連項目

[PFFriendsTypes のメンバー](/services/playfab/api-references/c/pffriendstypes/pffriendstypes_members)


## Related topics

- [PFFriendsGetFriendsListResult](/ja-jp/services/playfab/api-references/c/pffriendstypes/structs/pffriendsgetfriendslistresult.md)
- [Services C API overview - PFFriendsTypes.h](/ja-jp/services/playfab/api-references/c/pffriendstypes/pffriendstypes_members.md)
- [PFFriendsAddFriendResult](/ja-jp/services/playfab/api-references/c/pffriendstypes/structs/pffriendsaddfriendresult.md)
- [PFFriendsExternalFriendSources](/ja-jp/services/playfab/api-references/c/pffriendstypes/enums/pffriendsexternalfriendsources.md)
- [PFFriendsServerAddFriendAsync](/ja-jp/services/playfab/api-references/c/pffriends/functions/pffriendsserveraddfriendasync.md)
