> ## 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 데이터 모델입니다.

PFFriendsAddFriendResult 데이터 모델입니다.

## 구문

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

### 멤버

**`created`**   bool

친구 요청이 성공적으로 처리된 경우 true입니다.

## 요구 사항

**헤더:** PFFriendsTypes.h

## 참고 항목

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


## Related topics

- [PFFriendsClientAddFriendGetResult](/ko/services/playfab/api-references/c/pffriends/functions/pffriendsclientaddfriendgetresult.md)
- [Services C API 개요 - PFFriendsTypes.h](/ko/services/playfab/api-references/c/pffriendstypes/pffriendstypes_members.md)
- [PFFriendsClientAddFriendAsync](/ko/services/playfab/api-references/c/pffriends/functions/pffriendsclientaddfriendasync.md)
- [PFFriendsClientAddFriendRequest](/ko/services/playfab/api-references/c/pffriendstypes/structs/pffriendsclientaddfriendrequest.md)
- [PFFriendsServerAddFriendRequest](/ko/services/playfab/api-references/c/pffriendstypes/structs/pffriendsserveraddfriendrequest.md)
