Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Represents the parameters for submitting reputation feedback on a user.
Syntax
typedef struct XblReputationFeedbackItem {
uint64_t xboxUserId;
XblReputationFeedbackType feedbackType;
XblMultiplayerSessionReference* sessionReference;
const char* reasonMessage;
const char* evidenceResourceId;
} XblReputationFeedbackItem
Members
xboxUserId
Type: uint64_t
The Xbox User ID of the user that reputation feedback is being submitted on.
feedbackType
Type: XblReputationFeedbackType
The reputation feedback type being submitted.
sessionReference
Type: XblMultiplayerSessionReference*
Multiplayer session reference describing the MPSD session this feedback relates to. (Optional)
reasonMessage
Type: const char*
UTF-8 encoded user supplied text added to explain the reason for the feedback.
evidenceResourceId
Type: const 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.
Argument of
XblSocialSubmitBatchReputationFeedbackAsync
Requirements
Header: social_c.h