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

# XblSocialSubmitBatchReputationFeedbackAsync

> XblSocialSubmitBatchReputationFeedbackAsync

# XblSocialSubmitBatchReputationFeedbackAsync

提交对指定用户的信誉反馈。

## 语法

```cpp theme={null}
HRESULT XblSocialSubmitBatchReputationFeedbackAsync(  
         XblContextHandle xboxLiveContext,  
         const XblReputationFeedbackItem* feedbackItems,  
         size_t feedbackItemsCount,  
         XAsyncBlock* async  
)  
```

### 参数

*xboxLiveContext*   \_In\_\
类型：[XblContextHandle](/reference/live/xsapi-c/types_c/handles/xblcontexthandle)

使用 XblContextCreateHandle 创建的 XBOX Live 上下文句柄。

*feedbackItems*   \_In\_\
类型：[XblReputationFeedbackItem\*](/reference/live/xsapi-c/social_c/structs/xblreputationfeedbackitem)

要提交信誉反馈的 XblReputationFeedbackItem 对象数组。

*feedbackItemsCount*   \_In\_\
类型：size\_t

feedbackItems 数组中的项数。

*async*   \_In\_\
类型：XAsyncBlock\*

调用方分配的 AsyncBlock。

### 返回值

类型：HRESULT

此 API 操作的 HRESULT 返回代码。

## 备注

请务必调用 [XAsyncGetStatus](/reference/system/xasync/functions/xasyncgetstatus) 以获取结果。

## REST 调用

V101 POST /users/batchfeedback

## 要求

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

**库：** Microsoft.Xbox.Services.14x.GDK.C.lib

## 另请参阅

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


## Related topics

- [XblReputationFeedbackItem](/zh-CN/reference/live/xsapi-c/social_c/structs/xblreputationfeedbackitem.md)
- [提交信誉反馈](/zh-CN/services/xbox-services/community/reputation/how-to/live-submitting-reputation-feedback.md)
- [从游戏发送信誉反馈](/zh-CN/services/xbox-services/community/reputation/concepts/live-sending-reputation-feedback.md)
- [调用 XBOX 服务的最佳实践](/zh-CN/services/xbox-services/develop/best-practices/live-best-practices-calling-xbl.md)
- [XblSocialSubmitReputationFeedbackAsync](/zh-CN/reference/live/xsapi-c/social_c/functions/xblsocialsubmitreputationfeedbackasync.md)
