包含有关用户统计信息的信息。
语法
typedef struct XblStatistic {
const char* statisticName;
const char* statisticType;
const char* value;
} XblStatistic
成员
statisticName
类型:const char*
统计信息的名称。
statisticType
类型:const char*
统计信息的类型。
value
类型:const char*
统计信息的值。
成员隶属于
XblServiceConfigurationStatistic
XblStatisticChangeEventArgs
要求
头文件:user_statistics_c.h