다음을 통해 공유


XblStatistic

사용자 통계에 대한 정보를 포함합니다.

구문

typedef struct XblStatistic {  
    const char* statisticName;  
    const char* statisticType;  
    const char* value;  
} XblStatistic  

멤버

statisticName
형식: const char*

통계의 이름입니다.

statisticType
형식: const char*

통계의 형식입니다.

value
형식: const char*

통계의 값입니다.

멤버

XblServiceConfigurationStatistic
XblStatisticChangeEventArgs

요구 사항

헤더: user_statistics_c.h

참고

user_statistics_c