> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# XblStatistic

> XblStatistic

# XblStatistic

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

## Syntax

```cpp theme={null}
typedef struct XblStatistic {  
    const char* statisticName;  
    const char* statisticType;  
    const char* value;  
} XblStatistic  
```

### Members

*statisticName*\
Type: const char\*

통계의 이름입니다.

*statisticType*\
Type: const char\*

통계의 형식입니다.

*value*\
Type: const char\*

통계의 값입니다.

## Member of

[XblServiceConfigurationStatistic](/reference/live/xsapi-c/user_statistics_c/structs/xblserviceconfigurationstatistic)\
[XblStatisticChangeEventArgs](/reference/live/xsapi-c/user_statistics_c/structs/xblstatisticchangeeventargs)

## Requirements

**Header:** user\_statistics\_c.h

## See also

[user\_statistics\_c](/reference/live/xsapi-c/user_statistics_c/user_statistics_c_members)


## Related topics

- [XblStatisticChangeEventArgs](/ko/reference/live/xsapi-c/user_statistics_c/structs/xblstatisticchangeeventargs.md)
- [XblServiceConfigurationStatistic](/ko/reference/live/xsapi-c/user_statistics_c/structs/xblserviceconfigurationstatistic.md)
- [XblStatisticChangedHandler](/ko/reference/live/xsapi-c/user_statistics_c/functions/xblstatisticchangedhandler.md)
- [XblUserStatisticsTrackStatistics](/ko/reference/live/xsapi-c/user_statistics_c/functions/xbluserstatisticstrackstatistics.md)
- [XblRequestedStatistics](/ko/reference/live/xsapi-c/user_statistics_c/structs/xblrequestedstatistics.md)
