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

> Enumeración ExternalFriendSources.

Enumeración ExternalFriendSources.

## Sintaxis

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

## Constantes

| Constante | Descripción |
| --------- | ----------- |
| None      | TBD         |
| Steam     | TBD         |
| Facebook  | TBD         |
| XBOX      | TBD         |
| Psn       | TBD         |
| All       | TBD         |

## Requisitos

**Encabezado:** PFFriendsTypes.h

## Consulte también

[Miembros de PFFriendsTypes](/services/playfab/api-references/c/pffriendstypes/pffriendstypes_members)


## Related topics

- [Información general de la API de C de Services - PFFriendsTypes.h](/es/services/playfab/api-references/c/pffriendstypes/pffriendstypes_members.md)
- [PFFriendsClientGetFriendsListRequest](/es/services/playfab/api-references/c/pffriendstypes/structs/pffriendsclientgetfriendslistrequest.md)
- [PFFriendsServerGetFriendsListRequest](/es/services/playfab/api-references/c/pffriendstypes/structs/pffriendsservergetfriendslistrequest.md)
- [Notas de la versión del SDK de C/C++ de PlayFab Services](/es/services/playfab/release-notes/playfab-c/index.md)
- [PFExternalFriendSources](/es/services/playfab/api-references/c/pfleaderboardstypes/enums/pfexternalfriendsources.md)
