XblRequestedStatistics
Represents the results of a user statistic query.
Syntax
typedef struct XblRequestedStatistics {
char serviceConfigurationId[XBL_SCID_LENGTH];
const char** statistics;
uint32_t statisticsCount;
} XblRequestedStatistics
Members
serviceConfigurationId
Type: char[XBL_SCID_LENGTH]
The service configuration ID in use.
statistics
Type: const char**
A collection of statistics.
statisticsCount
Type: uint32_t
The size of statistics.
Argument of
XblUserStatisticsGetMultipleUserStatisticsForMultipleServiceConfigurationsAsync
Requirements
Header: user_statistics_c.h