Freigeben über


XblSocialSubmitBatchReputationFeedbackAsync

Submits reputation feedback on the specified user.

Syntax

HRESULT XblSocialSubmitBatchReputationFeedbackAsync(  
         XblContextHandle xboxLiveContext,  
         const XblReputationFeedbackItem* feedbackItems,  
         size_t feedbackItemsCount,  
         XAsyncBlock* async  
)  

Parameters

xboxLiveContext   _In_
Type: XblContextHandle

An xbox live context handle created with XblContextCreateHandle.

feedbackItems   _In_
Type: XblReputationFeedbackItem*

An array of XblReputationFeedbackItem objects to submit reputation feedback on.

feedbackItemsCount   _In_
Type: size_t

The count of items in the feedbackItems array.

async   _In_
Type: XAsyncBlock*

Caller allocated AsyncBlock.

Return value

Type: HRESULT

HRESULT return code for this API operation.

Remarks

Make sure to call XAsyncGetStatus to get the result.

REST Call

V101 POST /users/batchfeedback

Requirements

Header: social_c.h

Library: Microsoft.Xbox.Services.141.GSDK.C.lib

See also

social_c