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

# PFFriendsExternalFriendSources

> ExternalFriendSources 列挙型。

ExternalFriendSources 列挙型。

## 構文

```cpp theme={null}
enum class PFFriendsExternalFriendSources  : uint32_t  
{  
    None = 0x0,  
    Steam = 0x1,  
    Facebook = 0x2,  
    Xbox = 0x4,  
    Psn = 0x8,  
    All = 0x10  
}  
```

## 定数

| 定数       | 説明 |
| -------- | -- |
| None     | 未定 |
| Steam    | 未定 |
| Facebook | 未定 |
| XBOX     | 未定 |
| Psn      | 未定 |
| All      | 未定 |

## 要件

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

## 関連項目

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


## Related topics

- [Services C API overview - PFFriendsTypes.h](/ja-jp/services/playfab/api-references/c/pffriendstypes/pffriendstypes_members.md)
- [PFFriendsClientGetFriendsListRequest](/ja-jp/services/playfab/api-references/c/pffriendstypes/structs/pffriendsclientgetfriendslistrequest.md)
- [PFFriendsServerGetFriendsListRequest](/ja-jp/services/playfab/api-references/c/pffriendstypes/structs/pffriendsservergetfriendslistrequest.md)
- [PlayFab Services C/C++ SDK リリース ノート](/ja-jp/services/playfab/release-notes/playfab-c/index.md)
- [PFExternalFriendSources](/ja-jp/services/playfab/api-references/c/pfleaderboardstypes/enums/pfexternalfriendsources.md)
