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