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

지정된 사용자에 대한 평판 피드백을 제출합니다.

## Syntax

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

### Parameters

*xboxLiveContext*   \_In\_\
Type: [XblContextHandle](/reference/live/xsapi-c/types_c/handles/xblcontexthandle)

XblContextCreateHandle로 생성된 XBOX live 컨텍스트 핸들입니다.

*feedbackItems*   \_In\_\
Type: [XblReputationFeedbackItem\*](/reference/live/xsapi-c/social_c/structs/xblreputationfeedbackitem)

평판 피드백을 제출할 XblReputationFeedbackItem 개체의 배열입니다.

*feedbackItemsCount*   \_In\_\
Type: size\_t

feedbackItems 배열의 항목 수입니다.

*async*   \_In\_\
Type: XAsyncBlock\*

호출자가 할당한 AsyncBlock입니다.

### Return value

Type: HRESULT

이 API 작업에 대한 HRESULT 반환 코드입니다.

## Remarks

결과를 얻으려면 [XAsyncGetStatus](/reference/system/xasync/functions/xasyncgetstatus)를 호출해야 합니다.

## REST Call

V101 POST /users/batchfeedback

## Requirements

**Header:** social\_c.h

**Library:** Microsoft.Xbox.Services.14x.GDK.C.lib

## See also

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


## Related topics

- [XblReputationFeedbackItem](/ko/reference/live/xsapi-c/social_c/structs/xblreputationfeedbackitem.md)
- [Reputation 피드백 제출하기](/ko/services/xbox-services/community/reputation/how-to/live-submitting-reputation-feedback.md)
- [타이틀에서 평판 피드백 보내기](/ko/services/xbox-services/community/reputation/concepts/live-sending-reputation-feedback.md)
- [XBOX services 호출 모범 사례](/ko/services/xbox-services/develop/best-practices/live-best-practices-calling-xbl.md)
- [XblSocialSubmitReputationFeedbackAsync](/ko/reference/live/xsapi-c/social_c/functions/xblsocialsubmitreputationfeedbackasync.md)
