XblSocialSubmitReputationFeedbackAsync
Submits reputation feedback on the specified user.Syntax
Parameters
xboxLiveContext _In_Type: XblContextHandle An xbox live context handle created with XblContextCreateHandle. xboxUserId _In_
Type: uint64_t The XBOX User ID of the user that reputation feedback is being submitted on. reputationFeedbackType _In_
Type: XblReputationFeedbackType The reputation feedback type being submitted. sessionReference _In_opt_
Type: XblMultiplayerSessionReference* Multiplayer session reference describing the MPSD session this feedback relates to. (Optional) reasonMessage _In_z_
Type: char* User supplied text in UTF-8 encoded added to explain the reason for the feedback. (Optional) evidenceResourceId _In_opt_z_
Type: char* The UTF-8 encoded id of a resource that can be used as evidence for the feedback. Example: the Id of a video file. (Optional) async _In_
Type: XAsyncBlock* Caller allocated AsyncBlock.
