XblStatisticChangeEventArgs
Contains information about a change to a subscribed statistic.
Syntax
typedef struct XblStatisticChangeEventArgs {
uint64_t xboxUserId;
char serviceConfigurationId[XBL_SCID_LENGTH];
XblStatistic latestStatistic;
} XblStatisticChangeEventArgs
Members
xboxUserId
Type: uint64_t
The Xbox user ID used to create the subscription.
serviceConfigurationId
Type: char[XBL_SCID_LENGTH]
The service configuration ID used to create the subscription.
latestStatistic
Type: XblStatistic
The statistic with an updated value.
Argument of
Requirements
Header: user_statistics_c.h