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

# PFFriendsAddFriendResult

> PFFriendsAddFriendResult data model.

PFFriendsAddFriendResult data model.

## Syntax

```cpp theme={null}
typedef struct PFFriendsAddFriendResult {  
    bool created;  
} PFFriendsAddFriendResult;  
```

### Members

**`created`**   bool

True if the friend request was processed successfully.

## Requirements

**Header:** PFFriendsTypes.h

## See also

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


## Related topics

- [PFFriendsClientAddFriendGetResult](/services/playfab/api-references/c/pffriends/functions/pffriendsclientaddfriendgetresult.md)
- [Services C API overview - PFFriendsTypes.h](/services/playfab/api-references/c/pffriendstypes/pffriendstypes_members.md)
- [PFFriendsClientAddFriendAsync](/services/playfab/api-references/c/pffriends/functions/pffriendsclientaddfriendasync.md)
- [PFFriendsServerAddFriendAsync](/services/playfab/api-references/c/pffriends/functions/pffriendsserveraddfriendasync.md)
- [PFFriendsClientAddFriendRequest](/services/playfab/api-references/c/pffriendstypes/structs/pffriendsclientaddfriendrequest.md)
