> ## 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

ユーザー統計に関する情報を格納します。

## 構文

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

### メンバー

*statisticName*\
型: const char\*

統計の名前。

*statisticType*\
型: const char\*

統計の種類。

*value*\
型: const char\*

統計の値。

## 次のメンバー

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

## 要件

**ヘッダー:** user\_statistics\_c.h

## 関連項目

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


## Related topics

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