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