XblUserStatisticsGetMultipleUserStatisticsAsync
여러 사용자에 대한 통계를 가져옵니다.Syntax
Parameters
xblContextHandle _In_Type: XblContextHandle 로컬 사용자에 대한 XBOX live 컨텍스트입니다. xboxUserIds _In_
Type: uint64_t* 통계를 가져올 사용자의 XBOX user ID 목록입니다. xboxUserIdsCount _In_
Type: size_t XBOX user ID의 수입니다. serviceConfigurationId _In_z_
Type: char* 타이틀의 Service Configuration ID(SCID)입니다. SCID는 대/소문자를 구분하는 것으로 간주되므로 Partner Center에서 직접 붙여넣습니다. statisticNames _In_
Type: char** 조회할 통계 이름의 컬렉션입니다. statisticNamesCount _In_
Type: size_t 통계 이름의 수입니다. async _In_
Type: XAsyncBlock* 이 작업에 대한 AsyncBlock입니다.
