> ## 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](/ja-jp/reference/live/xsapi-c/social_c/structs/xblreputationfeedbackitem.md)
- [レピュテーション フィードバックの送信](/ja-jp/services/xbox-services/community/reputation/how-to/live-submitting-reputation-feedback.md)
- [タイトルからのレピュテーション フィードバックの送信](/ja-jp/services/xbox-services/community/reputation/concepts/live-sending-reputation-feedback.md)
- [XBOX services 呼び出しのベストプラクティス](/ja-jp/services/xbox-services/develop/best-practices/live-best-practices-calling-xbl.md)
- [XblSocialSubmitReputationFeedbackAsync](/ja-jp/reference/live/xsapi-c/social_c/functions/xblsocialsubmitreputationfeedbackasync.md)
