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

# XblReputationFeedbackType

> XblReputationFeedbackType

# XblReputationFeedbackType

定义用于标识信誉反馈类型的值。

## 语法

```cpp theme={null}
enum class XblReputationFeedbackType  : uint32_t  
{  
    FairPlayKillsTeammates,  
    FairPlayCheater,  
    FairPlayTampering,  
    FairPlayQuitter,  
    FairPlayKicked,  
    CommunicationsInappropriateVideo,  
    CommunicationsAbusiveVoice,  
    InappropriateUserGeneratedContent,  
    PositiveSkilledPlayer,  
    PositiveHelpfulPlayer,  
    PositiveHighQualityUserGeneratedContent,  
    CommsPhishing,  
    CommsPictureMessage,  
    CommsSpam,  
    CommsTextMessage,  
    CommsVoiceMessage,  
    FairPlayConsoleBanRequest,  
    FairPlayIdler,  
    FairPlayUserBanRequest,  
    UserContentGamerpic,  
    UserContentPersonalInfo,  
    FairPlayUnsporting,  
    FairPlayLeaderboardCheater  
}  
```

## 常量

| 常量                                      | 说明                                    |
| --------------------------------------- | ------------------------------------- |
| FairPlayKillsTeammates                  | 能够自动判断用户杀死队友的标题可以在没有用户干预的情况下发送此反馈。    |
| FairPlayCheater                         | 能够自动判断用户作弊的标题可以在没有用户干预的情况下发送此反馈。      |
| FairPlayTampering                       | 能够自动判断用户已篡改磁盘内容的标题可以在没有用户干预的情况下发送此反馈。 |
| FairPlayQuitter                         | 能够自动判断用户提前退出游戏的标题可以在没有用户干预的情况下发送此反馈。  |
| FairPlayKicked                          | 当用户被投票踢出游戏（踢出）时，标题可以在没有用户干预的情况下发送此反馈。 |
| CommunicationsInappropriateVideo        | 允许用户举报不当视频通信的标题可以发送此反馈。               |
| CommunicationsAbusiveVoice              | 允许用户举报不当语音通信的标题可以发送此反馈。               |
| InappropriateUserGeneratedContent       | 允许用户举报不当用户生成内容的标题可以发送此反馈。             |
| PositiveSkilledPlayer                   | 允许用户在多人游戏会话结束时对最有价值玩家进行投票的标题可以发送此反馈。  |
| PositiveHelpfulPlayer                   | 允许用户对乐于助人的玩家提交正面反馈的标题可以发送此反馈。         |
| PositiveHighQualityUserGeneratedContent | 允许用户对共享的用户生成内容提交正面反馈的标题可以发送此反馈。       |
| CommsPhishing                           | 允许用户举报钓鱼消息的标题可以发送此反馈。                 |
| CommsPictureMessage                     | 允许用户举报基于图片的通信的标题可以发送此反馈。              |
| CommsSpam                               | 允许用户举报垃圾邮件的标题可以发送此反馈。                 |
| CommsTextMessage                        | 允许用户举报文本消息的标题可以发送此反馈。                 |
| CommsVoiceMessage                       | 允许用户举报语音消息的标题可以发送此反馈。                 |
| FairPlayConsoleBanRequest               | 允许用户举报语音消息的标题可以发送此反馈。                 |
| FairPlayIdler                           | 允许用户举报某用户在游戏中故意闲置（通常一轮又一轮）的标题可以发送此反馈。 |
| FairPlayUserBanRequest                  | 报告推荐从 XBOX Live 中禁止某用户的标题可以发送此反馈。     |
| UserContentGamerpic                     | 允许用户举报不当玩家图片的标题可以发送此反馈。               |
| UserContentPersonalInfo                 | 允许用户举报不当传记及其他个人信息的标题可以发送此反馈。          |
| FairPlayUnsporting                      | 允许用户举报不体面行为的标题可以发送此反馈。                |
| FairPlayLeaderboardCheater              | 允许用户举报排行榜作弊行为的标题可以发送此反馈。              |

## 成员属于

[XblReputationFeedbackItem](/reference/live/xsapi-c/social_c/structs/xblreputationfeedbackitem)

## 参数属于

[XblSocialSubmitReputationFeedbackAsync](/reference/live/xsapi-c/social_c/functions/xblsocialsubmitreputationfeedbackasync)

## 要求

**头文件：** social\_c.h

## 另请参阅

[social\_c](/reference/live/xsapi-c/social_c/social_c_members)
