XblStatistic
Contains information about a user statistic.
Syntax
typedef struct XblStatistic {
const char* statisticName;
const char* statisticType;
const char* value;
} XblStatistic
Members
statisticName
Type: const char*
The name of the statistic.
statisticType
Type: const char*
The type of the statistic.
value
Type: const char*
The value of the statistic.
Member of
XblServiceConfigurationStatistic
XblStatisticChangeEventArgs
Requirements
Header: user_statistics_c.h