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

# Services C API overview - PFFriends.h

> Services C API overview - PFFriends.h

## 関数

| 関数                                                                                                                                              | 説明                                                                                                                                                     |
| ----------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------ |
| [PFFriendsClientAddFriendAsync](/services/playfab/api-references/c/pffriends/functions/pffriendsclientaddfriendasync)                           | 指定された一意識別子との一致に基づいて、PlayFab ユーザーをローカル ユーザーのフレンド リストに追加します。FriendPlayFabId、FriendUsername、FriendEmail、FriendTitleDisplayName のうち少なくとも 1 つを初期化する必要があります。 |
| [PFFriendsClientAddFriendGetResult](/services/playfab/api-references/c/pffriends/functions/pffriendsclientaddfriendgetresult)                   | 成功した PFFriendsClientAddFriendAsync 呼び出しの結果を取得します。                                                                                                      |
| [PFFriendsClientGetFriendsListAsync](/services/playfab/api-references/c/pffriends/functions/pffriendsclientgetfriendslistasync)                 | ローカル ユーザーの現在のフレンド リストを取得します。対象は PlayFab アカウントを持つユーザーに限定されます。リンクされたアカウント (Facebook、Steam) からのフレンドも含まれます。必要に応じて、一部のリンク済みサービスのフレンドを除外することもできます。           |
| [PFFriendsClientGetFriendsListGetResult](/services/playfab/api-references/c/pffriends/functions/pffriendsclientgetfriendslistgetresult)         | 成功した PFFriendsClientGetFriendsListAsync 呼び出しの結果を取得します。                                                                                                 |
| [PFFriendsClientGetFriendsListGetResultSize](/services/playfab/api-references/c/pffriends/functions/pffriendsclientgetfriendslistgetresultsize) | ClientGetFriendsList 呼び出しの結果を格納するために必要なサイズ (バイト単位) を取得します。                                                                                             |
| [PFFriendsClientRemoveFriendAsync](/services/playfab/api-references/c/pffriends/functions/pffriendsclientremovefriendasync)                     | ローカル ユーザーのフレンド リストから指定したユーザーを削除します                                                                                                                     |
| [PFFriendsClientSetFriendTagsAsync](/services/playfab/api-references/c/pffriends/functions/pffriendsclientsetfriendtagsasync)                   | ローカル ユーザーのフレンド リストにある指定ユーザーのタグ リストを更新します                                                                                                               |
| [PFFriendsServerAddFriendAsync](/services/playfab/api-references/c/pffriends/functions/pffriendsserveraddfriendasync)                           | PlayFabId を持つユーザーのフレンド リストに Friend ユーザーを追加します。FriendPlayFabId、FriendUsername、FriendEmail、FriendTitleDisplayName のうち少なくとも 1 つを初期化する必要があります。             |
| [PFFriendsServerGetFriendsListAsync](/services/playfab/api-references/c/pffriends/functions/pffriendsservergetfriendslistasync)                 | PlayFabId を持つユーザーの現在のフレンドを取得します。対象は PlayFab アカウントを持つユーザーに限定されます。リンクされたアカウント (Facebook、Steam) からのフレンドも含まれます。必要に応じて、一部のリンク済みサービスのフレンドを除外することもできます。       |
| [PFFriendsServerGetFriendsListGetResult](/services/playfab/api-references/c/pffriends/functions/pffriendsservergetfriendslistgetresult)         | 成功した PFFriendsServerGetFriendsListAsync 呼び出しの結果を取得します。                                                                                                 |
| [PFFriendsServerGetFriendsListGetResultSize](/services/playfab/api-references/c/pffriends/functions/pffriendsservergetfriendslistgetresultsize) | ServerGetFriendsList 呼び出しの結果を格納するために必要なサイズ (バイト単位) を取得します。                                                                                             |
| [PFFriendsServerRemoveFriendAsync](/services/playfab/api-references/c/pffriends/functions/pffriendsserverremovefriendasync)                     | ユーザーのフレンド リストから指定したフレンドを削除します                                                                                                                          |
| [PFFriendsServerSetFriendTagsAsync](/services/playfab/api-references/c/pffriends/functions/pffriendsserversetfriendtagsasync)                   | 別のユーザーのフレンド リストにある指定ユーザーのタグ リストを更新します                                                                                                                  |


## Related topics

- [Services C API overview - PFFriendsTypes.h](/ja-jp/services/playfab/api-references/c/pffriendstypes/pffriendstypes_members.md)
- [PFFriendsServerRemoveFriendAsync](/ja-jp/services/playfab/api-references/c/pffriends/functions/pffriendsserverremovefriendasync.md)
- [PFFriendsClientAddFriendAsync](/ja-jp/services/playfab/api-references/c/pffriends/functions/pffriendsclientaddfriendasync.md)
- [PFFriendsClientRemoveFriendAsync](/ja-jp/services/playfab/api-references/c/pffriends/functions/pffriendsclientremovefriendasync.md)
- [PFFriendsServerAddFriendAsync](/ja-jp/services/playfab/api-references/c/pffriends/functions/pffriendsserveraddfriendasync.md)
