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.
Contains statistical information from a service configuration.
Syntax
typedef struct XblServiceConfigurationStatistic {
char serviceConfigurationId[XBL_SCID_LENGTH];
XblStatistic* statistics;
uint32_t statisticsCount;
} XblServiceConfigurationStatistic
Members
serviceConfigurationId
Type: char[XBL_SCID_LENGTH]
The service configuration ID (SCID) associated with the leaderboard.
statistics
Type: XblStatistic*
A collection of statistics used in leaderboards.
statisticsCount
Type: uint32_t
The size of statistics.
Member of
Requirements
Header: user_statistics_c.h