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 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