XblUserStatisticsGetMultipleUserStatisticsAsync
Get statistics for multiple users.Syntax
Parameters
xblContextHandle _In_Type: XblContextHandle XBOX live context for the local user. xboxUserIds _In_
Type: uint64_t* A list of the user XBOX user IDs to get stats for. xboxUserIdsCount _In_
Type: size_t The number of XBOX user IDs. serviceConfigurationId _In_z_
Type: char* The Service Configuration ID (SCID) for the title. The SCID is considered case sensitive so paste it directly from the Partner Center. statisticNames _In_
Type: char** A collection of statistic names to lookup. statisticNamesCount _In_
Type: size_t The number of statistic names. async _In_
Type: XAsyncBlock* The AsyncBlock for this operation.
